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 7e16bcdCopy full SHA for 7e16bcd
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