Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Jan 16, 2024
1 parent 78537ec commit 0d4857e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyflow/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,6 @@ def deploy_suite(self, target=FileSystem, **options):
script, includes = t.generate_script()
target.deploy_task(t.deploy_path, script, includes)
for f in self.all_families:
print(f.manual)
manual = self.generate_stub(f.manual)
if manual:
target.deploy_manual(f.manual_path, manual)
Expand Down

0 comments on commit 0d4857e

Please sign in to comment.