cleanup stray console logs
This commit is contained in:
parent
5ad8f2cd5c
commit
ff10834f1a
8 changed files with 5 additions and 12 deletions
|
|
@ -667,7 +667,7 @@ const users = {
|
|||
resolve()
|
||||
})
|
||||
.catch((error) => {
|
||||
console.log(error)
|
||||
console.error(error)
|
||||
commit('endLogin')
|
||||
reject(new Error('Failed to connect to server, try again'))
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue