Browse Source

Remove console.log

sbkwgh 8 years ago
parent
commit
7e164e5fef
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/routes/Settings.vue

+ 0 - 1
src/components/routes/Settings.vue

@@ -57,7 +57,6 @@
 		},
 		beforeRouteEnter (to, from, next) {
 			next(vm => {
-				console.log(vm.$store.state.username)
 				if(!vm.$store.state.username) {
 					vm.$store.commit('setAccountModalState', true);
 					next('/')