remove log

This commit is contained in:
Mashy 2019-07-22 19:58:08 +10:00
parent 8a60a181d1
commit dd98016e2a

View File

@ -145,7 +145,6 @@ impl Player {
if free_colours < 2 {
break;
}
debug!("Looping");
self.bot_vbox_accept(0).expect("could't accept colour 0");
self.bot_vbox_accept(0).expect("could't accept colour 1");
self.bot_vbox_accept(group_i).expect("could't accept group 0");