Remove console.log

This commit is contained in:
Andrew Kingston 2021-05-24 12:45:09 +01:00
parent c1a30f8ea1
commit 514d74a7aa
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ export function createAuthStore() {
user.set(null)
} else {
const json = await response.json()
console.log(json)
user.set(json)
}
},