From 763a92a4f845e70e42cb5e442126d4033daceec4 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 4 Feb 2020 10:25:12 +0100
Subject: [PATCH] Remove debug trace

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

diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue
index d035e009..8fcb77f0 100644
--- a/client/src/components/BaseGame.vue
+++ b/client/src/components/BaseGame.vue
@@ -71,9 +71,6 @@ export default {
     },
     // Received a new move to play:
     "game.moveToPlay": function(newMove) {
-
-console.log(newMove);
-
       if (!!newMove) //if stop + launch new game, get undefined move
         this.play(newMove, "receive");
     },
-- 
2.44.0