Skip to content

Commit

Permalink
Remove heartbeat log.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Sep 26, 2023
1 parent 80a51f1 commit 438039e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TaskServer/TaskServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ private void SendHeartbeat()
}

JetHeartbeatResponse[] responses = null;
_log.Info("Sending heartbeat");
RpcHelper.TryRemotingCall(() => responses = _jobServer.Heartbeat(LocalAddress, data), _heartbeatInterval, -1);

if (responses != null)
Expand Down

0 comments on commit 438039e

Please sign in to comment.