Some more traces...
[vchess.git] / client / src / components / BaseGame.vue
index df2e8af..228d9c4 100644 (file)
@@ -496,6 +496,9 @@ export default {
           if (animate && smove.start.x >= 0) {
             self.animateMove(smove, () => {
               playSubmove(smove);
+
+console.log(moveIdx + " " + move.length);
+
               if (moveIdx < move.length)
                 setTimeout(executeMove, 500);
               else afterMove(smove, initurn);