Skip to content

Commit

Permalink
Removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesvink committed Nov 1, 2021
1 parent d19942d commit 1da9fc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hooks/tk-multi-publish2/basic/submit_for_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,8 @@ def accept(self, settings, item):
# Determine if item should be checked or not
output_template = item.properties.get("work_template")
output_fields = output_template.get_fields(path)
print(output_fields)

render_name = output_fields.get("output")
print("Render name: %s" % str(render_name))

checked_filenames = ("main", "output")

Expand Down

0 comments on commit 1da9fc8

Please sign in to comment.