mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 15:51:13 -05:00
Remove debug console logs
This commit is contained in:
@@ -110,7 +110,6 @@ function AuthProviderComponent({ children }: { children: React.ReactNode }) {
|
||||
const currentAal = await getSessionAal(session);
|
||||
setAal(currentAal);
|
||||
authLog('[Auth] Current AAL:', currentAal);
|
||||
console.log('🔐 [Auth] AAL SET:', currentAal); // Explicit console log for debugging
|
||||
} else {
|
||||
setAal(null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user