From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 31 Jan 2021 18:25:51 +0000 (+0100)
Subject: Revert - game.vid is undefined for some players... (why?)
X-Git-Url: https://git.auder.net/variants/Chakart/pieces/img/doc/css/config.php?a=commitdiff_plain;h=b2273c1bfd09e4ecf5e123cfa2eef2fa60838399;p=vchess.git

Revert - game.vid is undefined for some players... (why?)
---

diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue
index 4708bcfc..c91e1270 100644
--- a/client/src/views/Hall.vue
+++ b/client/src/views/Hall.vue
@@ -873,10 +873,6 @@ export default {
             let newGame = game;
             newGame.type = this.classifyObject(game);
             newGame.vname = this.getVname(game.vid);
-            
-
-console.log(newGame.vname);
-console.log(game.vid);
             if (!game.score)
               // New game from Hall
               newGame.score = "*";