Skip to content

Commit 7e16bcd

Browse files
committed
fix: remove unnecessary console.log statement
1 parent f7c6dc4 commit 7e16bcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)