noop: removed debug crap.

This commit is contained in:
ds 2020-08-22 01:40:18 +03:00
commit a2273f3410

View file

@ -194,8 +194,6 @@ BotCreateResult BotManager::create (StringRef name, int difficulty, int personal
if (name.empty ()) {
botName = conf.pickBotName ();
game.print ("PICKED NAME: %s", botName->name);
if (botName) {
resultName = botName->name;
}