From 04f7661292e1cefb11f7510964a83085df884659 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 12 Nov 2011 00:08:09 -0600 Subject: [PATCH] remove elapsed time from front controller. --- public/index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/index.php b/public/index.php index e0b938cf..7306aaa7 100644 --- a/public/index.php +++ b/public/index.php @@ -8,6 +8,9 @@ * @link http://laravel.com */ +// -------------------------------------------------------------- +// Tick... Tock... Tick... Tock... +// -------------------------------------------------------------- define('LARAVEL_START', microtime(true)); // -------------------------------------------------------------- @@ -28,6 +31,4 @@ // -------------------------------------------------------------- // Launch Laravel. // -------------------------------------------------------------- -require $laravel.'/laravel.php'; - -echo number_format((microtime(true) - LARAVEL_START) * 1000, 2); \ No newline at end of file +require $laravel.'/laravel.php'; \ No newline at end of file