Removed extra log line for heartbeat.

This commit is contained in:
ravinsp
2022-04-28 07:57:03 +05:30
parent ddc0ddfbcc
commit fc7217c708

View File

@@ -86,7 +86,6 @@ class MessageBoard {
try {
await this.hostClient.heartbeat();
console.log(`Heartbeat reported at Moment ${this.lastHeartbeatMoment}.`);
}
catch (err) {
if (err.code === 'tecHOOK_REJECTED')