Remove debug trace
[vchess.git] / client / src / components / BaseGame.vue
index d035e00..8fcb77f 100644 (file)
@@ -71,9 +71,6 @@ export default {
     },
     // Received a new move to play:
     "game.moveToPlay": function(newMove) {
-
-console.log(newMove);
-
       if (!!newMove) //if stop + launch new game, get undefined move
         this.play(newMove, "receive");
     },