// Remove profiling

This commit is contained in:
rMalie
2012-04-18 14:12:42 +00:00
parent 4371d2c3ae
commit 3e343784f2
+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__);