// Remove profiling

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14724 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-04-18 09:59:31 +00:00
parent ba4c5dbb18
commit 78a2af39ab
+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__);