Remove / disable debugging prints

This commit is contained in:
blitzmann
2014-08-17 23:40:22 -04:00
parent 8928d394c0
commit e8041470c8
4 changed files with 8 additions and 14 deletions

View File

@@ -35,5 +35,4 @@ class Price(object):
@property
def isValid(self):
print self.time, time.time(), self.time >= time.time()
return self.time >= time.time()