Reduce spaminess

This commit is contained in:
Peter Eckersley
2016-02-03 11:08:49 -08:00
parent b69a102087
commit 05c07ad90c
-1
View File
@@ -97,7 +97,6 @@ class RenewerConfiguration(object):
return getattr(self.namespace, name)
def __setattr_implementation__(self, var, value):
print("in __setattr_implementation__, setting", var, value)
return self.namespace.__setattr__(var, value)
@property