remove debugging
This commit is contained in:
parent
f0de7a195c
commit
ddc8c5fc5c
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ export const useUserStore = defineStore('user', {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
state: () => {
|
state: () => {
|
||||||
console.log('reset state');
|
|
||||||
return {
|
return {
|
||||||
user: anonymous,
|
user: anonymous,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue