Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBananaPants committed Oct 7, 2022
1 parent b7055af commit fe96ba1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PyFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def next_step():
if info_index == len(info_list):
raise_main_frame()
return
print(f"lengte van naam is {len(exercise_list[exercise_index])}")
if int(len(exercise_list[exercise_index])) > 25:
current_workout_step_label.configure(text_font=('Segoe UI', 65))
else:
Expand Down

0 comments on commit fe96ba1

Please sign in to comment.