removing unnecessary code
This commit is contained in:
@@ -422,8 +422,6 @@ def createc2workoutdata(w):
|
||||
workouttype = w.workouttype
|
||||
if workouttype in otwtypes:
|
||||
workouttype = 'water'
|
||||
elif workouttype not in rowtypes:
|
||||
workouttype = 'other'
|
||||
|
||||
try:
|
||||
startdatetime = w.startdatetime.isoformat()
|
||||
|
||||
Reference in New Issue
Block a user