Skip to content

Commit

Permalink
Kill debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Feb 1, 2018
1 parent 93bd423 commit fabab7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions krun/vm_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ def _run_exec(self, args, heap_lim_k, stack_lim_k, key, key_pexec_idx,
# Tack on the instrumentation flag
# All runners accept this flag, even if instrumentation is not
# implemented for the VM in question.
#print(key)
#if key == "nbody:PyPy:default-python":
# import pdb; pdb.set_trace()
if self.instrument:
args.append("1")
# we will redirect stderr to this handle
Expand Down

0 comments on commit fabab7f

Please sign in to comment.