Skip to content

Commit c4c6dff

Browse files
committed
Remove print log
1 parent a612b99 commit c4c6dff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mods/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def process_plug(attr, plug, in_array=False):
121121
return None
122122

123123
# add the node if it matches one of the types we want
124-
print(om.MFnDependencyNode(conn_node).name())
125124
curves.append(om.MFnDependencyNode(conn_node))
126125
plugs.append(plug)
127126

0 commit comments

Comments
 (0)