From cba6ec9460cf635a21e9a0df8e628cc387a3f95a Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 4 Mar 2020 19:29:31 +0100
Subject: [PATCH] 'update'

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

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;
     });
-- 
2.44.0