diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 614a8f7a..09626c66 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -623,7 +623,6 @@ def interactive_activitychart(workouts, startdate, enddate, stack='type', toolba def interactive_activitychart2(workouts, startdate, enddate, stack='type', toolbar_location=None, yaxis='duration'): - print(timezone.now()) startdate = datetime.datetime( year=startdate.year, month=startdate.month, day=startdate.day) @@ -695,11 +694,10 @@ def interactive_activitychart2(workouts, startdate, enddate, stack='type', toolb 'colors': mytypes.color_map, } - print(timezone.now()) script, div = get_chart("/activity_bar", chart_data, debug=False) - + return script, div def interactive_forcecurve(theworkouts, workstrokesonly=True, plottype='scatter', spm_min=15, spm_max=45,