chore(*): Remove console log

This commit is contained in:
Josh Creek
2026-01-10 21:15:21 +00:00
parent d50417ffef
commit 23e8382bd1
-1
View File
@@ -29,7 +29,6 @@
const {
data: { subscription }
} = supabase.auth.onAuthStateChange((event, session) => {
console.log('[Layout] Auth state changed:', event, session ? 'Session found' : 'No session');
if (session) {
localUser = session.user;
} else {