X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=8fcb77f03f8ed71da77624900e07b24c49ef8bde;hp=d035e0093f0a99b1db525e8258cfbbd9d2b9120c;hb=763a92a4f845e70e42cb5e442126d4033daceec4;hpb=1ac94d6fcd258b56a1c1bdf39e6a1e757a99e9fc diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index d035e009..8fcb77f0 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -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"); },