Remove debug code
This commit is contained in:
parent
b4c4d01920
commit
b8be099e3d
3 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Binary file not shown.
|
@ -25,8 +25,6 @@ class Scoreboard(Turtle):
|
|||
def display(self):
|
||||
self.clear()
|
||||
self.write(f'Level: {self.level}', font=FONT)
|
||||
print(f'Delay: {self.delay}')
|
||||
print(f'Car probability {self.car_prob}')
|
||||
|
||||
def game_over(self):
|
||||
self.goto(0, -20)
|
||||
|
|
Loading…
Reference in a new issue