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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,7 +98,7 @@ export async function handleFallback(
);
}
} catch (handlerError) {
console.error('Fallback UI handler failed:', handlerError);
debugLogger.error('Fallback UI handler failed:', handlerError);
return null;
}
}