noop: removed debug crap.
This commit is contained in:
parent
922a896f0b
commit
a2273f3410
1 changed files with 0 additions and 2 deletions
|
|
@ -194,8 +194,6 @@ BotCreateResult BotManager::create (StringRef name, int difficulty, int personal
|
||||||
if (name.empty ()) {
|
if (name.empty ()) {
|
||||||
botName = conf.pickBotName ();
|
botName = conf.pickBotName ();
|
||||||
|
|
||||||
game.print ("PICKED NAME: %s", botName->name);
|
|
||||||
|
|
||||||
if (botName) {
|
if (botName) {
|
||||||
resultName = botName->name;
|
resultName = botName->name;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue