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:
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();