Skip to content

Commit

Permalink
MAYA-129047 remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk committed May 9, 2023
1 parent 4561018 commit f213165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mayaUsd/nodes/proxyAccessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f213165

Please sign in to comment.