diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-16 17:30:19 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-16 17:30:19 +0000 |
commit | 456c47d9905886dc984156fed4b7c46d96001e96 (patch) | |
tree | 8da3efa56f3b9794a33597c5be3af8923dc239cc /constants.py | |
parent | b746eb467cedbc695906a686bc3e9d09502a6778 (diff) | |
download | anaconda-456c47d9905886dc984156fed4b7c46d96001e96.tar.gz anaconda-456c47d9905886dc984156fed4b7c46d96001e96.tar.xz anaconda-456c47d9905886dc984156fed4b7c46d96001e96.zip |
turn off debug
Diffstat (limited to 'constants.py')
-rw-r--r-- | constants.py | 2 |
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 |