We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c6dc4 commit 05c34c9Copy full SHA for 05c34c9
.changeset/perfect-weeks-care.md
@@ -0,0 +1,5 @@
1
+---
2
+'@firebase/app': patch
3
4
+
5
+Removed an unnecessary console.log statement.
packages/app/src/heartbeatService.ts
@@ -90,7 +90,6 @@ export class HeartbeatServiceImpl implements HeartbeatService {
90
// service, not the browser user agent.
91
const agent = platformLogger.getPlatformInfoString();
92
const date = getUTCDateString();
93
- console.log('heartbeats', this._heartbeatsCache?.heartbeats);
94
if (this._heartbeatsCache?.heartbeats == null) {
95
this._heartbeatsCache = await this._heartbeatsCachePromise;
96
// If we failed to construct a heartbeats cache, then return immediately.
0 commit comments