Skip to content

Commit fefdbe5

Browse files
committed
chore: Remove debugging code.
1 parent 8c7e3de commit fefdbe5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/bq27441/examples/tamagotchie.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ def main():
293293
setup_buttons()
294294
# soud_effect("start")
295295
is_alive = True
296-
nb_tour = 0
297296

298297
while is_alive:
299298
selected_index = 0
@@ -345,7 +344,4 @@ def main():
345344
if charge < 10:
346345
is_alive = False
347346
creat_game_over_screen()
348-
349-
print("fin de tour")
350-
print(nb_tour)
351347
main()

0 commit comments

Comments
 (0)