diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-17 04:39:37 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-17 04:39:37 +0000 |
commit | bd290197c0caf86203b3e10b993beac0043b7b84 (patch) | |
tree | 3e52333056f6f5ce804deaabc73ca1dc0d94ce8e /constants.py | |
parent | a7164ad0292976a128d4ccbbbbcb64106ac75643 (diff) | |
download | anaconda-bd290197c0caf86203b3e10b993beac0043b7b84.tar.gz anaconda-bd290197c0caf86203b3e10b993beac0043b7b84.tar.xz anaconda-bd290197c0caf86203b3e10b993beac0043b7b84.zip |
turn off debug button
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 4f6b07358..591bf340e 100644 --- a/constants.py +++ b/constants.py @@ -13,7 +13,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -DEBUG = 1 +DEBUG = 0 DISPATCH_BACK = -1 DISPATCH_FORWARD = 1 |