Skip to content

Commit 08f3a65

Browse files
committed
Commented out the generally unused debug logging example in the Reference Bot
1 parent 81ced8b commit 08f3a65

File tree

1 file changed

+1
-1
lines changed
  • Scalatron/samples/Example Bot 01 - Reference/src

1 file changed

+1
-1
lines changed

Scalatron/samples/Example Bot 01 - Reference/src/Bot.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object ControlFunction
1818
{
1919
def forMaster(bot: Bot) {
2020
// demo: log the view of the master bot into the debug output (if running in the browser sandbox)
21-
bot.log(bot.view.cells.grouped(31).mkString("\n"))
21+
// bot.log(bot.view.cells.grouped(31).mkString("\n"))
2222

2323
val (directionValue, nearestEnemyMaster, nearestEnemySlave) = analyzeViewAsMaster(bot.view)
2424

0 commit comments

Comments
 (0)