Browse Source

Removed `print()` statement

Ian Paschal 7 years ago
parent
commit
8d5a643c9b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/PerObjectSettingsTool/PerObjectSettingsTool.py

+ 0 - 1
plugins/PerObjectSettingsTool/PerObjectSettingsTool.py

@@ -181,7 +181,6 @@ class PerObjectSettingsTool(Tool):
 
 
     def _checkStackForErrors(self, stack):
-        print("checking for errors")
         if stack is None:
             return False