Fix bugs on variant page + update packages
[vchess.git] / client / src / components / BaseGame.vue
index b5a82df..9f4b6df 100644 (file)
@@ -249,9 +249,8 @@ export default {
           this.showEndgameMsg(score + " . " + message);
         }
       }
-      if (!this.analyze) { console.log("EMIT NEWMOVE");
+      if (!this.analyze)
         this.$emit("newmove", move); //post-processing (e.g. computer play)
-      }
     },
     undo: function(move) {
       const navigate = !move;