Skip to content

Commit 05c34c9

Browse files
authored
fix: remove unnecessary console.log statement (#8437)
1 parent f7c6dc4 commit 05c34c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/perfect-weeks-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/app': patch
3+
---
4+
5+
Removed an unnecessary console.log statement.

packages/app/src/heartbeatService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export class HeartbeatServiceImpl implements HeartbeatService {
9090
// service, not the browser user agent.
9191
const agent = platformLogger.getPlatformInfoString();
9292
const date = getUTCDateString();
93-
console.log('heartbeats', this._heartbeatsCache?.heartbeats);
9493
if (this._heartbeatsCache?.heartbeats == null) {
9594
this._heartbeatsCache = await this._heartbeatsCachePromise;
9695
// If we failed to construct a heartbeats cache, then return immediately.

0 commit comments

Comments
 (0)