Skip to content

Commit

Permalink
Remove debug logging [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Jan 22, 2024
1 parent bfca008 commit a4a5be7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cylc/flow/task_events_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,6 @@ def _process_message_failed(self, itask, event_time, message, forced):
Return True if no retries (hence go to the failed state).
"""
LOG.critical(f"{itask} ... {forced}")
no_retries = False
if event_time is None:
event_time = get_current_time_string()
Expand Down

0 comments on commit a4a5be7

Please sign in to comment.