From fcde80dcc3898e72705854ab751c0fb7e6a9c9f9 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Mon, 26 Jun 2023 15:58:42 +0200 Subject: [PATCH] removed debug prints --- openpype/hosts/resolve/api/workio.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openpype/hosts/resolve/api/workio.py b/openpype/hosts/resolve/api/workio.py index 61425e19f1..77cd4d488a 100644 --- a/openpype/hosts/resolve/api/workio.py +++ b/openpype/hosts/resolve/api/workio.py @@ -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)