chore: remove unnecessary console.logs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user