Skip to content

Commit

Permalink
fix(remove debug): remove debug statement in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchapp committed Oct 2, 2022
1 parent 4a45270 commit 443cc72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firmware/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
for button in button_gpio_pins:
buttons.append(create_button(button))

button_actions[4]()

# Loop through and check if any button has been pressed.
def button_pressed():
while True:
Expand Down

0 comments on commit 443cc72

Please sign in to comment.