diff --git a/rowers/stravastuff.py b/rowers/stravastuff.py index 241e65c0..36ed8486 100644 --- a/rowers/stravastuff.py +++ b/rowers/stravastuff.py @@ -154,8 +154,6 @@ def get_strava_workouts(rower): ]) newids = [stravaid for stravaid in stravaids if not stravaid in knownstravaids] - print 'strava ids',stravaids - print newids for stravaid in newids: result = create_async_workout(alldata,rower.user,stravaid)