Skip to content

Commit 0efea24

Browse files
committed
Remove debugging console.log
1 parent 8ab6d5e commit 0efea24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/app-check/src/providers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export class ReCaptchaV3Provider implements AppCheckProvider {
8080
this._heartbeatServiceProvider!
8181
);
8282
} catch (e) {
83-
console.log({ coder: (e as FirebaseError).code });
8483
if (
8584
(e as FirebaseError).code?.includes(AppCheckError.FETCH_STATUS_ERROR)
8685
) {

0 commit comments

Comments
 (0)