Add debug trace to understand why corr move 1 isn't recorded
[vchess.git] / client / src / views / Game.vue
index 137e5a9..8f49c5d 100644 (file)
@@ -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: {