Remove console.log
This commit is contained in:
parent
c1a30f8ea1
commit
514d74a7aa
|
@ -37,7 +37,6 @@ export function createAuthStore() {
|
||||||
user.set(null)
|
user.set(null)
|
||||||
} else {
|
} else {
|
||||||
const json = await response.json()
|
const json = await response.json()
|
||||||
console.log(json)
|
|
||||||
user.set(json)
|
user.set(json)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue