Update network.py per comment

Remove debug print from development
This commit is contained in:
Anne Barela 2025-08-14 11:04:54 -04:00 committed by GitHub
parent 153b177a3f
commit f3e13ff5c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ class Network(NetworkBase):
image_position=None,
image_dim_json_path=None,
):
# print(f"status_neopixel", status_neopixel)
if isinstance(status_neopixel, microcontroller.Pin):
status_led = neopixel.NeoPixel(status_neopixel, 1, brightness=0.2)
elif isinstance(status_neopixel, neopixel.NeoPixel):