From adc2e21e7ffe00cb660934f9b798b53479f1b5a7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 3 Nov 2011 00:49:54 -0500 Subject: [PATCH] remove timestamp from index file. --- public/index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/index.php b/public/index.php index 93d94679..47cf9e4e 100644 --- a/public/index.php +++ b/public/index.php @@ -28,6 +28,4 @@ // -------------------------------------------------------------- // Launch Laravel. // -------------------------------------------------------------- -require $laravel.'/laravel.php'; - -echo (microtime(true) - LARAVEL_START) * 1000; \ No newline at end of file +require $laravel.'/laravel.php'; \ No newline at end of file