Remove frontend console debug logs

This commit is contained in:
Kevin Thomas
2021-11-12 21:55:26 -08:00
parent a441698999
commit eb3c00d6c1
5 changed files with 12 additions and 52 deletions

View File

@@ -23,9 +23,6 @@ export default {
this.$router.push('/login')
}
})
.catch((error) => {
console.error(error.response)
})
}
}
}