# HG changeset patch # User Jeff Hammel # Date 1295808576 28800 # Node ID 95b8fec83ad78873cecf224591c21633f9e3feda # Parent affe87c6c276f084e934ced53442fc48bd701c4a remove pdb diff -r affe87c6c276 -r 95b8fec83ad7 autobot/config.py --- a/autobot/config.py Sun Jan 23 10:42:48 2011 -0800 +++ b/autobot/config.py Sun Jan 23 10:49:36 2011 -0800 @@ -65,7 +65,6 @@ print 'Please provide an .ini file to try to parse' sys.exit(1) config = BuildbotIniConfig(args[0]) - import pdb; pdb.set_trace() if __name__ == '__main__': main()