// Remove profiling

This commit is contained in:
rMalie
2012-04-18 09:59:31 +00:00
parent 3a2bb555eb
commit d9c29a3b44
+1 -1
View File
@@ -26,7 +26,7 @@
*/
define('_PS_MODE_DEV_', true);
define('_PS_DEBUG_PROFILING_', true);
define('_PS_DEBUG_PROFILING_', false);
define('_PS_MODE_DEMO_', false);
$currentDir = dirname(__FILE__);