We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d8fa2 commit 492eeeaCopy full SHA for 492eeea
1 file changed
yarnrunner_python/runner.py
@@ -125,7 +125,7 @@ def __jump_to(self, instruction):
125
# print(f"Jump from {self._program_counter} ", end='')
126
self._program_counter = self.__find_label(
127
instruction.operands[0].string_value)
128
- print(f"to {self._program_counter}")
+ # print(f"to {self._program_counter}")
129
130
def __jump(self, _instruction):
131
if len(self._vm_data_stack) < 1 or type(self._vm_data_stack[0]) != str:
0 commit comments