Skip to content

Commit

Permalink
perf(Login): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 25, 2020
1 parent 74df96e commit 2cf64ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/public/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export default class Login extends Vue {
path: '/',
})
.catch((error) => {
console.info(error.message);
});
})
.catch((error) => {
Expand Down

0 comments on commit 2cf64ac

Please sign in to comment.