Suppressed print output in setParam.

This commit is contained in:
Ludger Küperkoch 2015-11-20 15:53:25 +01:00
parent 8197d8f3d5
commit 67ac580778

View File

@ -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):