diff --git a/public/index.php b/public/index.php index 70cfc3cf..b0b63b90 100644 --- a/public/index.php +++ b/public/index.php @@ -8,8 +8,6 @@ * @link http://laravel.com */ -$time = microtime(true); - // -------------------------------------------------------------- // Define the framework paths. // -------------------------------------------------------------- @@ -146,6 +144,4 @@ // -------------------------------------------------------------- // Send the response to the browser. // -------------------------------------------------------------- -$response->send(); - -echo (microtime(true) - $time) * 1000; \ No newline at end of file +$response->send(); \ No newline at end of file