diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-05-09 01:03:42 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-05-09 01:03:42 -0500 |
| commit | a20ad2dcaad3546d04992676ad1954f7268f3818 (patch) | |
| tree | b2c40c5dcb16684f51688a2968cfe0ddc23a1747 /app/routes/workout.py | |
| parent | e31a78c3cc4b7691c67b8109d4984a3a857b9fda (diff) | |
| download | Strengthy-a20ad2dcaad3546d04992676ad1954f7268f3818.tar.xz Strengthy-a20ad2dcaad3546d04992676ad1954f7268f3818.zip | |
Fix adding rows for record timers
Diffstat (limited to 'app/routes/workout.py')
| -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( |
