mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
removed debug prints
This commit is contained in:
parent
0145a299eb
commit
fcde80dcc3
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ def save_file(filepath):
|
|||
project = get_current_project()
|
||||
name = project.GetName()
|
||||
|
||||
log.info("name: `{}`, file: '{}'".format(name, file))
|
||||
log.info("fname: `{}`, filepath: '{}'".format(fname, filepath))
|
||||
|
||||
response = False
|
||||
if name == "Untitled Project":
|
||||
response = pm.CreateProject(fname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue