From 130cca8b28bbba4fe586f4ddad22808d2aa9a537 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 6 Apr 2020 14:04:13 +0200
Subject: [PATCH] Some more traces...

---
 client/src/components/BaseGame.vue | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue
index df2e8af5..228d9c4b 100644
--- a/client/src/components/BaseGame.vue
+++ b/client/src/components/BaseGame.vue
@@ -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);
-- 
2.48.1