summaryrefslogtreecommitdiff
path: root/app/routes
diff options
context:
space:
mode:
Diffstat (limited to 'app/routes')
-rw-r--r--app/routes/workout.py1
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(