remove printing

This commit is contained in:
Zhenwen Dai 2015-03-19 11:33:59 +00:00
parent 7152f41f82
commit ea5f25900c

View file

@ -955,7 +955,6 @@ class Parameterizable(OptimizationHandlable):
self._added_names_.add(pname)
elif pname in self.__dict__:
if pname in self._added_names_:
print self._added_names_
other = self.__dict__[pname]
if not (param is other):
del self.__dict__[pname]