Skip to content

Commit

Permalink
removed logg 4 developing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Oct 7, 2024
1 parent 021a24d commit b331636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fedn/network/combiner/combiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ def SendHeartbeat(self, heartbeat: fedn.Heartbeat, context):
:rtype: :class:`fedn.network.grpc.fedn_pb2.Response`
"""
logger.debug("GRPC: Received heartbeat from {}".format(heartbeat.sender.name))
logger.info("GRPC: Received heartbeat from {}".format(heartbeat.sender.name))
# Update the clients dict with the last seen timestamp.
client = heartbeat.sender
self.__join_client(client)
Expand Down

0 comments on commit b331636

Please sign in to comment.