unactivate debug

This commit is contained in:
Nicolas Lœuillet 2013-09-21 14:18:28 +02:00
parent 88e1108f11
commit 37527034ab
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ define ('STORAGE_PASSWORD', 'poche');
#################################################################################
define ('MODE_DEMO', FALSE);
define ('DEBUG_POCHE', true);
define ('DEBUG_POCHE', FALSE);
define ('DOWNLOAD_PICTURES', FALSE);
define ('CONVERT_LINKS_FOOTNOTES', FALSE);
define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);