Remove time echo from index.php. Whoops!
This commit is contained in:
parent
7bbee401b2
commit
b796ef1bd7
|
@ -8,8 +8,6 @@
|
||||||
* @link http://laravel.com
|
* @link http://laravel.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$time = microtime(true);
|
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// Define the framework paths.
|
// Define the framework paths.
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
|
@ -147,5 +145,3 @@
|
||||||
// Send the response to the browser.
|
// Send the response to the browser.
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
$response->send();
|
$response->send();
|
||||||
|
|
||||||
echo (microtime(true) - $time) * 1000;
|
|
Loading…
Reference in New Issue