X-Git-Url: https://git.auder.net/variants/Dynamo/complete_rules.html?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=69878a09c3e72b28762793af0189f9425d31b87a;hb=188b4a8f2e3edfa86c4e9169ddac9a14ebc12689;hp=137e5a9f5d3982c74f10b7960ca4280b5bf2f0d1;hpb=1ef961e75d2ec7c709ff1e2247607bd9d9e035e9;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 137e5a9f..69878a09 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -710,10 +710,6 @@ export default { else if (this.drawOffer == "threerep") this.drawOffer = ""; // Since corr games are stored at only one location, update should be // done only by one player for each move: - - -console.log(moveCol + " " + this.game.type); - if ( this.game.mycolor && (this.game.type == "live" || moveCol == this.game.mycolor) @@ -733,7 +729,7 @@ console.log(moveCol + " " + this.game.type); if (this.game.type == "corr") { -console.log("DO UPDATE"); +console.log("new fen : " + this.game.fen); GameStorage.update(this.gameRef.id, { fen: this.game.fen,