remove a debug print

This commit is contained in:
Jeff Epler 2024-09-13 14:51:06 -05:00
parent 403da520a6
commit 87bf9a7830

View file

@ -292,7 +292,6 @@ class Program: # pylint: disable=too-few-public-methods
if instruction[2] == "jmppin":
require_version(1, "wait jmppin")
num = 0
print("wait jmppin", instruction)
if len(instruction) > 3:
if len(instruction) < 5 or instruction[3] != "+":
raise RuntimeError("invalid wait jmppin")