1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-04 13:15:24 +00:00

removed console.log

This commit is contained in:
Bram Wiepjes 2019-08-26 21:03:10 +02:00
parent f5fbecc77f
commit c3f5aba22c

View file

@ -103,7 +103,6 @@ export default {
password: this.credentials.password
})
.then(() => {
console.log(this.$nuxt)
this.$nuxt.$router.push({ name: 'app' })
})
.catch(error => {