From fabab7fccc5b1dd424b895fe8636f2a27c053a84 Mon Sep 17 00:00:00 2001 From: Edd Barrett Date: Thu, 1 Feb 2018 12:42:54 +0000 Subject: [PATCH] Kill debug code. --- krun/vm_defs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/krun/vm_defs.py b/krun/vm_defs.py index d9b2eb4..e7cfcf4 100644 --- a/krun/vm_defs.py +++ b/krun/vm_defs.py @@ -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