removing some debugging print statements
This commit is contained in:
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
2
rowers/tests/testdata/testdata.tcx
vendored
2
rowers/tests/testdata/testdata.tcx
vendored
@@ -2502,7 +2502,7 @@
|
||||
</Trackpoint>
|
||||
</Track>
|
||||
</Lap>
|
||||
<Notes><Element 'Notes' at 0x15216240></Notes>
|
||||
<Notes><Element 'Notes' at 0x12c27940></Notes>
|
||||
</Activity>
|
||||
</Activities>
|
||||
<Creator>
|
||||
|
||||
@@ -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