From b2273c1bfd09e4ecf5e123cfa2eef2fa60838399 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 31 Jan 2021 19:25:51 +0100
Subject: [PATCH] Revert - game.vid is undefined for some players... (why?)

---
 client/src/views/Hall.vue | 4 ----
 1 file changed, 4 deletions(-)

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 = "*";
-- 
2.44.0