Skip to content

Commit

Permalink
rm logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vilsbole committed Mar 11, 2018
1 parent 51d35de commit 369e2f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default {
},
methods: {
onSubmit (email, password) {
console.log('submit form')
this.$store
.dispatch(LOGIN, { email, password })
.then(() => this.$router.push({ name: 'home' }))
Expand Down

0 comments on commit 369e2f4

Please sign in to comment.