Skip to content

Commit 87bf9a7

Browse files
committed
remove a debug print
1 parent 403da52 commit 87bf9a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_pioasm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ def parse_rxfifo_brackets(arg, fifo_dir):
292292
if instruction[2] == "jmppin":
293293
require_version(1, "wait jmppin")
294294
num = 0
295-
print("wait jmppin", instruction)
296295
if len(instruction) > 3:
297296
if len(instruction) < 5 or instruction[3] != "+":
298297
raise RuntimeError("invalid wait jmppin")

0 commit comments

Comments
 (0)