From 7b34e1b28bf805ad179c845aea6d7dcce6c3aced Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Tue, 23 Jan 2018 12:55:27 +0100 Subject: [PATCH] Remove debugging print statement --- .../maya/publish/validate_rig_controllers_arnold_attributes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/colorbleed/plugins/maya/publish/validate_rig_controllers_arnold_attributes.py b/colorbleed/plugins/maya/publish/validate_rig_controllers_arnold_attributes.py index f7e0b43681..b6a1191006 100644 --- a/colorbleed/plugins/maya/publish/validate_rig_controllers_arnold_attributes.py +++ b/colorbleed/plugins/maya/publish/validate_rig_controllers_arnold_attributes.py @@ -65,8 +65,6 @@ class ValidateRigControllersArnoldAttributes(pyblish.api.InstancePlugin): noIntermediate=True) curves = cmds.ls(shapes, type="nurbsCurve", long=True) - print curves - invalid = list() for node in curves: