getting rid of the console-logging of the gameInfo

This commit is contained in:
Richard Harrington 2013-09-03 21:06:19 -04:00
parent fa7e132b71
commit 3124c1ab4b

View File

@ -72,7 +72,7 @@
var gameInfo = data['game-info']; var gameInfo = data['game-info'];
fetch(function() { fetch(function() {
currentWorld = queue.peek(); currentWorld = queue.peek();
console.log(gameInfo) console.log(gameInfo)
constructorCallback({ constructorCallback({
robotRadius: gameInfo["ROBOT-RADIUS"], robotRadius: gameInfo["ROBOT-RADIUS"],
robotRangeX: gameInfo["ROBOT-RANGE-X"], robotRangeX: gameInfo["ROBOT-RANGE-X"],