remove print
This commit is contained in:
parent
ac6976ae87
commit
ddfec4ccdc
1 changed files with 0 additions and 2 deletions
|
|
@ -53,9 +53,7 @@ class Coordinator:
|
|||
dependency_rules: list[DependencyRule] = []
|
||||
for env_file in env_files:
|
||||
child_runner_class = RUNNER_DICT[env_file.env_type]
|
||||
print(child_runner_class.name)
|
||||
for dependency in child_runner_class.dependencies:
|
||||
print("dependency", dependency.name)
|
||||
dependency_rule = DependencyRule(child=child_runner_class.name, dependency=dependency.name)
|
||||
dependency_rules.append(dependency_rule)
|
||||
return dependency_rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue