Skip to content

Commit 94b5d61

Browse files
authored
Remove commented out code (#3843)
This was commented out in PR #728 in 2019! # Changed Behaviour none ## Type of change - Code maintenance/cleanup
1 parent bec91cf commit 94b5d61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parsl/executors/high_throughput/interchange.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ def process_tasks_to_send(self, interesting_managers: Set[bytes], monitoring_rad
491491
self._send_monitoring_info(monitoring_radio, m)
492492
else:
493493
interesting_managers.remove(manager_id)
494-
# logger.debug("Nothing to send to manager {}".format(manager_id))
495494
logger.debug("leaving _ready_managers section, with %s managers still interesting", len(interesting_managers))
496495
else:
497496
logger.debug("either no interesting managers or no tasks, so skipping manager pass")

0 commit comments

Comments
 (0)