get rid of ipdb
authorsalimfadhley <sal@stodge.org>
Fri, 14 Jun 2013 22:33:31 +0000 (23:33 +0100)
committersalimfadhley <sal@stodge.org>
Fri, 14 Jun 2013 22:33:31 +0000 (23:33 +0100)
jenkinsapi_tests/systests/__init__.py

index 8353531..6e5691a 100644 (file)
@@ -7,8 +7,6 @@ launcher = None
 
 def setUpPackage():
     global launcher
-    import ipdb
-    ipdb.set_trace()
 
     systests_dir, _ = os.path.split(__file__)
     war_path = os.path.join(systests_dir, 'jenkins.war' )