refactor(removed console debug)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-24 11:51:44 +02:00
parent 40b2eaf2df
commit d6fba4b7a7
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ export const Login = () => {
console.debug('Running loginHandler')
try {
const user = await api.getUser()
console.debug(user)
await AppStorage.clearPersonalData(user)
showModal(false)
} catch (error) {