From aa552f8e96e530dfdf74b61f0ecf051f7a6e9133 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 12 Jul 2019 10:17:33 -0700 Subject: [PATCH] Remove debug trace --- compiler/tests/testutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/testutils.py b/compiler/tests/testutils.py index 95cb8122..df865e00 100644 --- a/compiler/tests/testutils.py +++ b/compiler/tests/testutils.py @@ -61,7 +61,7 @@ class openram_test(unittest.TestCase): self.fail("LVS mismatch: {}".format(a.name)) # For debug... - import pdb; pdb.set_trace() + #import pdb; pdb.set_trace() if OPTS.purge_temp: self.cleanup()