X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=8fcb77f03f8ed71da77624900e07b24c49ef8bde;hb=b1ea21493a31105d17cd600ff1d26ee6fd9e3f6f;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"); },