Remove debug trace
authorBenjamin Auder <benjamin.auder@somewhere>
Tue, 4 Feb 2020 09:25:12 +0000 (10:25 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Tue, 4 Feb 2020 09:25:12 +0000 (10:25 +0100)
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");
     },