From f213165c7c23cb35f7087d98f2a86e698365624a Mon Sep 17 00:00:00 2001 From: Pierre Baillargeon Date: Tue, 9 May 2023 08:44:25 -0400 Subject: [PATCH] MAYA-129047 remove debug print --- lib/mayaUsd/nodes/proxyAccessor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/mayaUsd/nodes/proxyAccessor.py b/lib/mayaUsd/nodes/proxyAccessor.py index 6d6eb95508..093fc540d3 100644 --- a/lib/mayaUsd/nodes/proxyAccessor.py +++ b/lib/mayaUsd/nodes/proxyAccessor.py @@ -249,7 +249,6 @@ def parentItems(ufeChildren, ufeParent, connect=True): print("This method implements parenting under USD prim. Please provide UFE-USD item for ufeParent") return - print('parentItems: %s' % str(ufeParent.path())) parentDagPath, parentUsdPrimPath = getDagAndPrimFromUfe(ufeParent) parentValueAttr = getOrCreateAccessPlug(ufeParent, '', Sdf.ValueTypeNames.Matrix4d ) parentConnectionAttr = parentDagPath+'.'+parentValueAttr+'[0]' if parentValueAttr else None