changeset 85:4bb06ccb5bee

Debug off. for production
author Marcin Kuzminski <marcin@python-blog.com>
date Sun, 18 Apr 2010 19:00:09 +0200
parents 00b17b3a0978
children e47d1db5ef20
files production.ini
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/production.ini	Sun Apr 18 11:27:25 2010 +0200
+++ b/production.ini	Sun Apr 18 19:00:09 2010 +0200
@@ -46,7 +46,7 @@
 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to  ##
 ## execute malicious code after an exception is raised.                       ##
 ################################################################################
-#set debug = false
+set debug = false
 
 ##################################
 ###       LOGVIEW CONFIG       ###