Skip to content

Commit

Permalink
remove debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Guenther Amsler committed Jan 27, 2025
1 parent d461083 commit 8e22ec7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/femagtools/zmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def clear():
def send_notify():
logger.debug(f"Send loop: {SubscriberTask.notify_send_loop}")
while SubscriberTask.notify_send_loop:
logger.debug(f"Send data: {SubscriberTask.notify_send_header}")
if 'progress_logger' in SubscriberTask.notify_send_header:
# collect data from different threads
SubscriberTask.notify_send_header.remove('progress_logger')
Expand Down

0 comments on commit 8e22ec7

Please sign in to comment.