Private
Public Access
1
0

removing unnecessary code

This commit is contained in:
Sander Roosendaal
2018-12-16 11:36:46 +01:00
parent 8e14eb0e80
commit dbb988458d

View File

@@ -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()