Skip to content
Snippets Groups Projects
Commit c871bcc1 authored by Jammer, Tim's avatar Jammer, Tim
Browse files

remove debug printing

parent 0f92eb34
Branches
No related tags found
No related merge requests found
......@@ -157,7 +157,6 @@ class InstructionBlock:
self.operations[kind] = op
else:
as_int = int(index) # will Raise ValueError if not integer
print(op)
if not isinstance(op, Instruction):
raise ValueError('Provide Instruction')
if len(self.operations[kind]) < as_int:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment