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

remove debug printing

parent 15b41b5f
No related branches found
No related tags found
2 merge requests!13Infrasructure patch 1,!12More improvements to Infrastructure
......@@ -159,7 +159,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