1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00

Remove console.log

This commit is contained in:
Andrew Kingston 2021-05-24 12:45:09 +01:00
parent afd0936fd7
commit 788b58197b

View file

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