Skip to content

Commit

Permalink
Remove print to info from heartbeat thread
Browse files Browse the repository at this point in the history
  • Loading branch information
klpanagi committed May 19, 2024
1 parent 94363a5 commit 23fd557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commlib/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def start(self):
try:
msg = HeartbeatMessage(ts=self.get_ts())
while self.running():
self.logger().info(
self.logger().debug(
f"Sending heartbeat message - {self._heartbeat_pub._topic}"
)
if self._heartbeat_pub._msg_type is None:
Expand Down

0 comments on commit 23fd557

Please sign in to comment.