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