Removed debugging setting

This commit is contained in:
Alexander Belopolsky 2010-09-13 18:16:55 +00:00
parent 928474561c
commit 93ae8a6130
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class TestFuncs(unittest.TestCase):
def setUp(self):
self.tracer = Trace(count=0, trace=0, countfuncs=1)
self.filemod = my_file_and_modname()
self.maxDiff = None
def test_simple_caller(self):
self.tracer.runfunc(traced_func_simple_caller, 1)