Skip to content

Commit

Permalink
Update cylc/flow/task_outputs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Sep 19, 2024
1 parent 8dfd1f1 commit 07501b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cylc/flow/task_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ def iter_required_messages(
set(self._message_to_compvar.values()),
force_optional=exclude
).items():
# breakpoint(header=f"=== {compvar=}, {is_optional=} ===")
if is_optional is False:
for message, _compvar in self._message_to_compvar.items():
if _compvar == compvar:
Expand Down

0 comments on commit 07501b7

Please sign in to comment.