From 383cccc8fd4e1c250283b64cfd6367ac20ba9cc9 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 2 Feb 2015 16:55:50 +1300 Subject: Removed the timing of the whole page which wasn't used anymore --- core/FrontController.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/FrontController.php') 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'); -- cgit v1.2.3