mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-13 11:03:44 +00:00
chore(*): Remove console log
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
} = await supabase.auth.getSession();
|
||||
|
||||
if (session) {
|
||||
console.log(session.user);
|
||||
localUser = session.user;
|
||||
} else {
|
||||
localUser = null;
|
||||
|
||||
Reference in New Issue
Block a user