chore: wrong debug log

This commit is contained in:
dap
2024-09-12 16:50:26 +08:00
parent bd0241a9ac
commit 80a93a170e
2 changed files with 0 additions and 5 deletions

View File

@@ -73,7 +73,6 @@ export const useAuthStore = defineStore('auth', () => {
}
async function logout(redirect: boolean = true) {
console.log(accessStore.accessToken);
try {
await seeConnectionClose();
await doLogout();