From 3697fba45313594fa9ebdf6599916e8c174ffab3 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Fri, 4 Mar 2022 00:59:22 +0100 Subject: [PATCH] remove debug prints --- openpype/hosts/maya/plugins/load/load_reference.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openpype/hosts/maya/plugins/load/load_reference.py b/openpype/hosts/maya/plugins/load/load_reference.py index 859e1d339a..0a0ce4536f 100644 --- a/openpype/hosts/maya/plugins/load/load_reference.py +++ b/openpype/hosts/maya/plugins/load/load_reference.py @@ -172,10 +172,6 @@ class ReferenceLoader(openpype.hosts.maya.api.plugin.ReferenceLoader): for node in nodes: id_attr = "{}.id".format(node) if not cmds.attributeQuery("id", node=node, exists=True): - print("-" * 80) - print("skipping {}".format(node)) continue if cmds.getAttr(id_attr) == AVALON_CONTAINER_ID: - print("=" * 80) - print("moving {}".format(node)) cmds.sets(node, forceElement=AVALON_CONTAINERS)