summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-04-07 14:02:28 -0400
committerJeremy Katz <katzj@redhat.com>2009-04-08 09:27:21 -0400
commitb33d511a9ffce008421fb52c2010ae05c920813c (patch)
treec9740f7071acab17a80f0873cb80556eee3cb22c /anaconda
parentb4ed339a8ae0e33310b1302493823c079139f24a (diff)
downloadanaconda-b33d511a9ffce008421fb52c2010ae05c920813c.tar.gz
anaconda-b33d511a9ffce008421fb52c2010ae05c920813c.tar.xz
anaconda-b33d511a9ffce008421fb52c2010ae05c920813c.zip
Don't start pdb immediately in debug mode
We don't really use debug mode for this anymore and it causes problems in cases like running from the livecd (#493943).
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 0 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index ac9198ac0..bc5ed4556 100755
--- a/anaconda
+++ b/anaconda
@@ -773,8 +773,6 @@ if __name__ == "__main__":
if opts.debug:
flags.debug = True
- import pdb
- pdb.set_trace()
import instdata