Remove incorrect commented out line

Can't use that line without the comment, so get rid of the comment.
This commit is contained in:
Magnus Hagander
2018-03-21 14:17:51 +01:00
parent 3d3edb7d57
commit dff46c8f7c

View File

@ -1,7 +1,6 @@
# Django settings for pgweb project.
DEBUG = False
#TEMPLATE_DEBUG = DEBUG
ADMINS = (
('PostgreSQL Webmaster', 'webmaster@postgresql.org'),