Skip to content

Commit 377e59b

Browse files
committed
Remove debug prints
1 parent 267aca5 commit 377e59b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_neopxl8.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,8 @@ def __init__(
165165
assembled = adafruit_pioasm.assemble(_PROGRAM8)
166166
else:
167167
program = _PROGRAMN.format(num_strands, 8 - num_strands)
168-
print(program)
169168
assembled = adafruit_pioasm.assemble(program)
170169

171-
print("num strands is", num_strands)
172170
self._sm = rp2pio.StateMachine(
173171
assembled,
174172
frequency=800_000 * 16,

0 commit comments

Comments
 (0)