got rid of another print statement

This commit is contained in:
Richard Harrington 2013-09-03 20:27:38 -04:00
parent 8195340786
commit 1d9f712980
1 changed files with 0 additions and 1 deletions

View File

@ -314,7 +314,6 @@
setTimeout(function() {
$('#canvas').css({opacity: 1});
setTimeout(function() {
console.log(gameInfo);
startGame(gameInfo);
}, 500);
}, 500);