Skip to content

Commit ea1c683

Browse files
committed
Remove console.log
1 parent 3ade052 commit ea1c683

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mobile-app/providers/AccountProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export function AccountProvider({ children }: { children: ReactNode }) {
4646
} else if (hasAccount && isOnboarding) {
4747
// Redirect to the main app if we already have an account
4848
router.replace("/(drawer)/account");
49-
console.log("Redirecting to /(drawer)/account");
5049
}
5150
}, [getAccountResult.data, getAccountResult.isLoading, segments, router]);
5251

0 commit comments

Comments
 (0)