Private
Public Access
1
0

removed some print statements

This commit is contained in:
Sander Roosendaal
2018-03-06 13:12:47 +01:00
parent f9b7b00028
commit 4219725471
2 changed files with 0 additions and 8 deletions

View File

@@ -1896,7 +1896,6 @@ def workout_strava_upload_view(request,id=0):
try:
os.remove(tcxfile)
except WindowsError:
print tcxfile
pass
url = "/rowers/workout/"+str(w.id)+"/edit"
@@ -3749,7 +3748,6 @@ def rankings_view2(request,theuser=0,
sex = r.sex,
weightcategory = r.weightcategory)
print len(agerecords),'aap'
if len(agerecords) == 0:
recalc = True
wcpower = []
@@ -8163,8 +8161,6 @@ def workout_flexchart3_view(request,*args,**kwargs):
yparam1 = yparam1.replace('/','_slsh_')
yparam2 = yparam2.replace('/','_slsh_')
print xparam,yparam1,yparam2,'aap'
try:
extrametrics.pop('originalvelo')
except KeyError: