X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=8f49c5d7723c6c3ae959e387ea473959547e3026;hp=137e5a9f5d3982c74f10b7960ca4280b5bf2f0d1;hb=e4b6e2850770c0511ddd17d29adf6a903b4792b1;hpb=b991f731b93e48cebda2e37462aabf61f4a02e1d diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 137e5a9f..8f49c5d7 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) @@ -731,10 +727,6 @@ console.log(moveCol + " " + this.game.type); break; } if (this.game.type == "corr") { - - -console.log("DO UPDATE"); - GameStorage.update(this.gameRef.id, { fen: this.game.fen, move: {