mirror of
https://github.com/richardharrington/robotwar.git
synced 2026-04-20 08:16:29 +00:00
getting rid of the console-logging of the gameInfo
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@
|
||||
var gameInfo = data['game-info'];
|
||||
fetch(function() {
|
||||
currentWorld = queue.peek();
|
||||
console.log(gameInfo)
|
||||
console.log(gameInfo)
|
||||
constructorCallback({
|
||||
robotRadius: gameInfo["ROBOT-RADIUS"],
|
||||
robotRangeX: gameInfo["ROBOT-RANGE-X"],
|
||||
|
||||
Reference in New Issue
Block a user