removing some debugging print statements
This commit is contained in:
@@ -391,8 +391,6 @@ def isprorower(r):
|
||||
result = r.rowerplan in ['pro','coach','plan']
|
||||
if not result and r.protrialexpires:
|
||||
result = r.rowerplan == 'basic' and r.protrialexpires >= datetime.date.today()
|
||||
print r.rowerplan,r.protrialexpires,datetime.date.today(),result
|
||||
print r.protrialexpires >= datetime.date.today()
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user