Skip to content

Commit

Permalink
remove print function
Browse files Browse the repository at this point in the history
  • Loading branch information
moonyuet committed Feb 10, 2025
1 parent 2e45298 commit bf7bc09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/ayon_substancedesigner/api/project_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def create_project_with_from_template(project_settings=None):
resources_dir, project_template
)
template_filepath = os.path.normpath(template_filepath)
print(template_filepath)
if not template_filepath:
new_empty_graph = SDSBSCompGraph.sNew(package)
new_empty_graph.setIdentifier(graph_name)
Expand Down

0 comments on commit bf7bc09

Please sign in to comment.