8000 Remove console.log · gistol/symfony-vuejs@88e543b · GitHub
[go: up one dir, main page]

Skip to content

Commit 88e543b

Browse files
authored
Remove console.log
Rookie mistake :)
1 parent 39d5738 commit 88e543b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/assets/vue/views/Login.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@
7979
this.$router.push({path: '/home'});
8080
}
8181
}
82-
}).catch(() => {
83-
console.log("error");
84-
});
82+
});
8583
},
8684
},
8785
}

0 commit comments

Comments
 (0)
0