// Remove profiling

This commit is contained in:
rMalie
2012-04-18 14:12:42 +00:00
parent 1747b12177
commit 34c5af104a
+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__);