1
0
Fork 0

remove debugging

This commit is contained in:
Brian D 2024-11-25 20:04:26 -05:00
parent f0de7a195c
commit ddc8c5fc5c

View file

@ -40,7 +40,6 @@ export const useUserStore = defineStore('user', {
}, },
}, },
state: () => { state: () => {
console.log('reset state');
return { return {
user: anonymous, user: anonymous,
}; };