Suppressed print output in setParam.
This commit is contained in:
parent
8197d8f3d5
commit
67ac580778
@ -145,7 +145,7 @@ class AutoPickParameter(object):
|
||||
def setParam(self, **kwargs):
|
||||
for param, value in kwargs.items():
|
||||
self.__setitem__(param, value)
|
||||
print(self)
|
||||
#print(self)
|
||||
|
||||
@staticmethod
|
||||
def _printParameterError(errmsg):
|
||||
|
Loading…
Reference in New Issue
Block a user