Skip to content

Commit

Permalink
remove print in disconnect joint
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Nov 15, 2023
1 parent 7dd965f commit 8e73390
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release/scripts/mgear/shifter/game_tools_disconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ def disconnect(cnxDict):
# pm.disconnectAttr(plug)
else:
plug = oJnt.attr(chn)
print(oJnt)
print(plug)
if cnxDict["attrs"][i][e]:
try:
pm.disconnectAttr(cnxDict["attrs"][i][e], plug)
Expand Down

0 comments on commit 8e73390

Please sign in to comment.