From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 4 Mar 2020 18:29:31 +0000 (+0100)
Subject: 'update'
X-Git-Url: https://git.auder.net/variants/Chakart/css/assets/doc/html/left.jpg?a=commitdiff_plain;h=cba6ec9460cf635a21e9a0df8e628cc387a3f95a;p=vchess.git

'update'
---

diff --git a/client/src/views/MyGames.vue b/client/src/views/MyGames.vue
index 5d19e7d7..c9c65659 100644
--- a/client/src/views/MyGames.vue
+++ b/client/src/views/MyGames.vue
@@ -43,10 +43,6 @@ export default {
   },
   created: function() {
     GameStorage.getAll(true, localGames => {
-
-
-console.log(localGames);
-
       localGames.forEach(g => (g.type = this.classifyObject(g)));
       this.liveGames = localGames;
     });