hffdfgfkj stray debug print leave this sacred code

This commit is contained in:
codl 2017-08-01 21:16:37 +02:00
parent 78cb985a4b
commit 977db32cb9
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 0 additions and 2 deletions

View File

@ -31,10 +31,8 @@ def decompose_interval(attrname):
@scale.setter
def scale(self, value):
print(value)
if(type(value) != timedelta):
value = timedelta(seconds=float(value))
print(value)
setattr(self, attrname, getattr(self, sig_name) * value)
@property