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