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.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index 2df92969df..a2ea3fe39a 100644
--- a/piwik.php
+++ b/piwik.php
@@ -77,7 +77,6 @@ if ($GLOBALS['PIWIK_TRACKER_DEBUG'] === true) {
Common::printDebug("Debug enabled - Input parameters: <br/>" . var_export($_GET, true));
\Piwik\Tracker\Db::enableProfiling();
\Piwik\FrontController::createConfigObject();
- \Piwik\Log::make();
}
if (!defined('PIWIK_ENABLE_TRACKING') || PIWIK_ENABLE_TRACKING) {