mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-12 18:43:45 +00:00
chore(*): Remove console log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user