summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-02-15 00:25:08 +0000
committerMatt Wilson <msw@redhat.com>2001-02-15 00:25:08 +0000
commit071da850cf6c13c375735c2ad5d63fd278760bf4 (patch)
treeea28a4d269dace87671c718676f877de7ffd2e5b /text.py
parent566452dd0a1e8c91a3cc6f32aaa9998587111fd8 (diff)
downloadanaconda-071da850cf6c13c375735c2ad5d63fd278760bf4.tar.gz
anaconda-071da850cf6c13c375735c2ad5d63fd278760bf4.tar.xz
anaconda-071da850cf6c13c375735c2ad5d63fd278760bf4.zip
disable debug
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index c7496b877..4eebca2a8 100644
--- a/text.py
+++ b/text.py
@@ -990,7 +990,7 @@ class InstallInterface:
self.drawFrame()
# uncomment this line to make the installer quit on <Ctrl+Z>
# handy for quick debugging.
- self.screen.suspendCallback(killSelf, self.screen)
+# self.screen.suspendCallback(killSelf, self.screen)
# uncomment this line to drop into the python debugger on <Ctrl+Z>
# --VERY handy--
#self.screen.suspendCallback(debugSelf, self.screen)