diff options
Diffstat (limited to 'app/routes')
| -rw-r--r-- | app/routes/workout.py | 1 |
1 files changed, 0 insertions, 1 deletions
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( |
