From a20ad2dcaad3546d04992676ad1954f7268f3818 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Mon, 9 May 2022 01:03:42 -0500 Subject: Fix adding rows for record timers --- app/routes/workout.py | 1 - 1 file changed, 1 deletion(-) (limited to 'app/routes') diff --git a/app/routes/workout.py b/app/routes/workout.py index 767603e..e27cee8 100644 --- a/app/routes/workout.py +++ b/app/routes/workout.py @@ -131,7 +131,6 @@ def workout_record(workout_id=None): return redirect(url_for("home")) else: - print(form.errors) # Populate form with data for exercise in workout.exercises: form.exercises.append_entry( -- cgit v1.2.3