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:
authormattab <matthieu.aubry@gmail.com>2013-09-30 16:05:28 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-30 16:05:48 +0400
commit61b8e5932a99a47971a99d679fd5be2430ab6af7 (patch)
treead9103c7d82c67637067dbc75bdc0125520d96ff /piwik.php
parent6b20a983ecb852356a3658aaa4042e31182cb0c2 (diff)
Refs #4133 Finishing the code changes and build seems to pass
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) {