'update'
[vchess.git] / client / src / views / MyGames.vue
index 5d19e7d..c9c6565 100644 (file)
@@ -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;
     });