From: Benjamin Auder Date: Wed, 4 Mar 2020 18:29:31 +0000 (+0100) Subject: 'update' X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=cba6ec9460cf635a21e9a0df8e628cc387a3f95a '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; });