summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-16 17:30:19 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-16 17:30:19 +0000
commit456c47d9905886dc984156fed4b7c46d96001e96 (patch)
tree8da3efa56f3b9794a33597c5be3af8923dc239cc /constants.py
parentb746eb467cedbc695906a686bc3e9d09502a6778 (diff)
downloadanaconda-456c47d9905886dc984156fed4b7c46d96001e96.tar.gz
anaconda-456c47d9905886dc984156fed4b7c46d96001e96.tar.xz
anaconda-456c47d9905886dc984156fed4b7c46d96001e96.zip
turn off debug
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index b87659940..f6b06376f 100644
--- a/constants.py
+++ b/constants.py
@@ -15,7 +15,7 @@
BETANAG = 1
-DEBUG = 1
+DEBUG = 0
DISPATCH_BACK = -1
DISPATCH_FORWARD = 1