Remove a pdb tracepoint now that all the unittests pass. :)

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-27 09:35:06 +00:00
parent 613f59eeff
commit 73cfafbbdf
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 0 additions and 2 deletions

View File

@ -962,8 +962,6 @@ def main(args):
prog = unittest.TestProgram
prog.createTests = _createTests
import pdb
pdb.set_trace()
program = prog(module=GPGTestCase,
testRunner=runner,
testLoader=loader,