diff options
Diffstat (limited to 'constants.py')
-rw-r--r-- | constants.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/constants.py b/constants.py index d4c1f4673..c9bc109b5 100644 --- a/constants.py +++ b/constants.py @@ -17,14 +17,8 @@ from rhpl.translate import _, N_ BETANAG = 1 -DEBUG = 0 - SELINUX_DEFAULT = 1 -cmdline = open("/proc/cmdline", "r").read() -if cmdline.find("debug") != -1: - DEBUG = 1 - DISPATCH_BACK = -1 DISPATCH_FORWARD = 1 DISPATCH_NOOP = None |