Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-04-20 08:48:46 +0300
committerdiosmosis <benaka@piwik.pro>2015-04-20 08:48:46 +0300
commit557ce452d748bfc37c299ac1bebe7e72be10bf12 (patch)
tree353dcfb90d1a5afd42c650c70295b20cf74d728b /piwik.php
parentbd4b9a37af21380aecff28dff1a9b879aebf1c84 (diff)
Remove setupProfilerXhprof call in tracker.
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/piwik.php b/piwik.php
index dcca10e408..895f489d10 100644
--- a/piwik.php
+++ b/piwik.php
@@ -50,8 +50,6 @@ require_once PIWIK_INCLUDE_PATH . '/core/Cookie.php';
\Piwik\Container\StaticContainer::setEnvironment('tracker');
-\Piwik\Profiler::setupProfilerXHProf(true, true);
-
Tracker::loadTrackerEnvironment();
$tracker = new Tracker();