chore: remove console.error (#13779)

This commit is contained in:
Adam Weidman
2025-11-24 20:24:51 -08:00
committed by GitHub
parent 7f67c7f952
commit 404a4468d8
+1 -1
View File
@@ -98,7 +98,7 @@ export async function handleFallback(
); );
} }
} catch (handlerError) { } catch (handlerError) {
console.error('Fallback UI handler failed:', handlerError); debugLogger.error('Fallback UI handler failed:', handlerError);
return null; return null;
} }
} }