diff --git a/rowers/c2stuff.py b/rowers/c2stuff.py index e99a8c00..9641a41a 100644 --- a/rowers/c2stuff.py +++ b/rowers/c2stuff.py @@ -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()