removing debug code
This commit is contained in:
@@ -3430,13 +3430,12 @@ def workout_stats_view(request,id=0,message="",successmessage=""):
|
||||
|
||||
# prepare data frame
|
||||
datadf,row = dataprep.getrowdata_db(id=encoder.decode_hex(id))
|
||||
print(datadf.power.mean(),'aap')
|
||||
|
||||
|
||||
|
||||
datadf = dataprep.clean_df_stats(datadf,workstrokesonly=workstrokesonly,
|
||||
ignoreadvanced=False)
|
||||
|
||||
print(datadf.power.mean(),'noot')
|
||||
|
||||
if datadf.empty:
|
||||
datadf,row = dataprep.getrowdata_db(id=encoder.decode_hex(id))
|
||||
|
||||
Reference in New Issue
Block a user