From 26ad051cf54c88bc9740aed1e7fb3b3bb3af515c Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 29 Mar 2024 08:10:02 +0100 Subject: [PATCH] fix --- rowers/interactiveplots.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,