Remove console.log

This commit is contained in:
Andrew Kingston 2021-05-24 12:45:09 +01:00
parent afd0936fd7
commit 788b58197b
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)
}
},