Skip to content

Commit

Permalink
remove ts logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Dec 3, 2024
1 parent 547255f commit 786038b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fedn/network/combiner/combiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,7 @@ def _send_status(self, status):
:param status: the status message to report
:type status: :class:`fedn.network.grpc.fedn_pb2.Status`
"""
logger.info("Received status: {}".format(status))
data = MessageToDict(status)
logger.info("Received status: {}".format(data))
_ = status_store.add(data)

def _flush_model_update_queue(self):
Expand Down

0 comments on commit 786038b

Please sign in to comment.