Remove debug code

This commit is contained in:
askiiart 2022-09-22 15:21:01 -05:00
parent b4c4d01920
commit b8be099e3d
3 changed files with 0 additions and 3 deletions

View file

@ -22,7 +22,6 @@ my_scale.pack(pady=5, padx=7)
# Checkbutton
def checkbutton_used():
print(checked_state.get())
if checked_state.get() == 1:
bottom_text.config(text='The Berlin wall has been torn down')
else: