mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 16:31:12 -05:00
Fix console statement violations
This commit is contained in:
@@ -4,6 +4,7 @@ import { authStorage } from '@/lib/authStorage';
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card';
|
||||
import { Badge } from '@/components/ui/badge';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { logger } from '@/lib/logger';
|
||||
|
||||
interface AuthDiagnosticsData {
|
||||
timestamp: string;
|
||||
@@ -55,7 +56,7 @@ export function AuthDiagnostics() {
|
||||
};
|
||||
|
||||
setDiagnostics(results);
|
||||
console.log('[Auth Diagnostics]', results);
|
||||
logger.debug('Auth diagnostics', { results });
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user