From daacfc73050d94ac939985a44182f9d45b6d6c78 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Tue, 26 Mar 2013 16:06:01 +0000 Subject: we should not be shipping the gui with DEBUG=True closes #494 svn path=/trunk/; revision=5217 --- rpkid/portal-gui/settings.py.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'rpkid/portal-gui/settings.py.in') 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' -- cgit v1.2.3