diff --git a/src/wstools/tests/test_wsdl.py b/src/wstools/tests/test_wsdl.py index 52c419c..5f617b9 100644 --- a/src/wstools/tests/test_wsdl.py +++ b/src/wstools/tests/test_wsdl.py @@ -133,7 +133,6 @@ class WSDLToolsTestCase(unittest.TestCase): def setUpOptions(section): cp = ConfigParser.ConfigParser() - import pdb;pdb.set_trace() ## Breakpoint ## cp.read(cwd+'/config.txt') if not cp.sections(): print 'fatal error: configuration file config.txt not present'