Skip to content

Commit

Permalink
fix(app): deleted debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
papasikis committed Aug 2, 2017
1 parent 16a6ba0 commit 9e0bc7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/modules/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const mutations = {
},
setLoading (state, isLoading) {
state.isLoading = isLoading
console.log(Date.now() + ' ' + isLoading)
}
}

Expand Down

0 comments on commit 9e0bc7c

Please sign in to comment.