From 443cc72d3301aa057a338c5c736b20df88554a09 Mon Sep 17 00:00:00 2001 From: Michael Schappacher Date: Sat, 1 Oct 2022 23:23:54 -0400 Subject: [PATCH] fix(remove debug): remove debug statement in main.py --- firmware/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/main.py b/firmware/main.py index 1fc1fcb..0b54935 100644 --- a/firmware/main.py +++ b/firmware/main.py @@ -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: