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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-02-02 06:55:50 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-02-02 06:55:50 +0300
commit383cccc8fd4e1c250283b64cfd6367ac20ba9cc9 (patch)
tree64d2baaeda87160de221659c01274a5d981b9bb9 /core/FrontController.php
parent4a54af57f9c0c4b86bbe5c409fee2742816aea87 (diff)
Removed the timing of the whole page which wasn't used anymore
Diffstat (limited to 'core/FrontController.php')
-rw-r--r--core/FrontController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index d4f290e721..9accdfd9fc 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -310,8 +310,6 @@ class FrontController extends Singleton
}
$initialized = true;
- Registry::set('timer', new Timer);
-
$exceptionToThrow = self::createConfigObject();
$tmpPath = StaticContainer::get('path.tmp');