Continue debug attempt for move update on server
[vchess.git] / client / src / views / Game.vue
index 137e5a9..69878a0 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)
@@ -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,