aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/portal-gui/settings.py.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/rpkid/portal-gui/settings.py.in b/rpkid/portal-gui/settings.py.in
index 8246304c..702a11f5 100644
--- a/rpkid/portal-gui/settings.py.in
+++ b/rpkid/portal-gui/settings.py.in
@@ -11,9 +11,6 @@ __version__ = '$Id$'
import rpki.config
import os.path
-DEBUG = True
-TEMPLATE_DEBUG = DEBUG
-
# needs to be set prior to the call to rpki.config.parser so it knows
# where to find the system rpki.conf
rpki.config.default_dirname = '%(AC_SYSCONFDIR)s'