removed debug prints

This commit is contained in:
Jakub Jezek 2023-06-26 15:58:42 +02:00
parent 0145a299eb
commit fcde80dcc3
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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)