diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-03-26 16:06:01 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-03-26 16:06:01 +0000 |
commit | daacfc73050d94ac939985a44182f9d45b6d6c78 (patch) | |
tree | 9b1adfe8170ad69c865273444a0ec0d7f010a1fd | |
parent | b330d6450e50cf52258e825981a192e4d1cd272f (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.in | 3 |
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' |