aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2013-03-26 16:06:01 +0000
committerMichael Elkins <melkins@tislabs.com>2013-03-26 16:06:01 +0000
commitdaacfc73050d94ac939985a44182f9d45b6d6c78 (patch)
tree9b1adfe8170ad69c865273444a0ec0d7f010a1fd
parentb330d6450e50cf52258e825981a192e4d1cd272f (diff)
we should not be shipping the gui with DEBUG=True
closes #494 svn path=/trunk/; revision=5217
-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'