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