Remove debug output.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 09 Sep 2014 19:54:11 +0300
changeset 28 caf0be6d7e68
parent 27 8f96d09a4d94
child 29 30a09d50ae21
Remove debug output.
ai.js
--- a/ai.js	Tue Sep 09 19:37:44 2014 +0300
+++ b/ai.js	Tue Sep 09 19:54:11 2014 +0300
@@ -52,7 +52,6 @@
     this.prevDir = this.prevDir || 0;
     if (!this.cfg.untilPossible)
         this.prevDir = this.nextDir(this.prevDir);
-    console.log(this.prevDir);
     while (true) {
         if (origBrd[ai.blindCycle.canDirs[this.prevDir]]())
             return ai.blindCycle.dirs[this.prevDir];