chore: remove unnecessary console.logs

This commit is contained in:
2025-05-29 17:19:13 +02:00
parent 725cc74102
commit 41c3dfdfe4
7 changed files with 0 additions and 17 deletions

View File

@ -72,8 +72,6 @@ export const useAuth = create<IAuthState>((set, get) => ({
const accounts = await getAllAccounts(db);
console.log("loaded accounts:", accounts);
if (!accounts || accounts.length === 0) {
set({ signInRequired: true });
}
@ -114,7 +112,6 @@ export const useAuth = create<IAuthState>((set, get) => ({
try {
const response = await fetchProfileApi();
console.log("authenticate response:", response);
try {
// update local account information