Skip to content

Commit

Permalink
Remove logging of LIST data
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Mar 22, 2019
1 parent 522af11 commit ad29960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/lobby/lobbyStore.js
Expand Up @@ -22,7 +22,6 @@ export default {
},
mutations: {
gameList(state, game) {
console.log(game);
if (game.paramsCount === 1) {
delete state.lobbyGames[game.gameId];
} else {
Expand Down

0 comments on commit ad29960

Please sign in to comment.