Skip to content

Commit

Permalink
fix: remove print from dependency parsing step
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hammann committed Aug 23, 2021
1 parent 34138fc commit ba25802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion supervisor/supervisord.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def run(self):
except:
dependent_group=dependent_process=process
g.addEdge(config.process_configs[conf[0]].name, dependent_process)
print(f'adding edge {config.process_configs[conf[0]].name, dependent_process}')
processes.append(self.process_groups[dependent_group].processes[dependent_process])
config.process_configs[conf[0]].depends_on = processes
# check for cyclical process dependencies
Expand Down

0 comments on commit ba25802

Please sign in to comment.