X-Git-Url: https://git.auder.net/variants/Cwda/complete_rules.html?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=8fcb77f03f8ed71da77624900e07b24c49ef8bde;hb=763a92a4f845e70e42cb5e442126d4033daceec4;hp=d035e0093f0a99b1db525e8258cfbbd9d2b9120c;hpb=ed06d9e92387e60fc15d7c9768dd5680605e35d1;p=vchess.git 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"); },