Commit b796ef1b authored by Taylor Otwell's avatar Taylor Otwell

Remove time echo from index.php. Whoops!

parent 7bbee401
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
* @link http://laravel.com * @link http://laravel.com
*/ */
$time = microtime(true);
// -------------------------------------------------------------- // --------------------------------------------------------------
// Define the framework paths. // Define the framework paths.
// -------------------------------------------------------------- // --------------------------------------------------------------
...@@ -146,6 +144,4 @@ if (System\Config::get('session.driver') != '') ...@@ -146,6 +144,4 @@ if (System\Config::get('session.driver') != '')
// -------------------------------------------------------------- // --------------------------------------------------------------
// Send the response to the browser. // Send the response to the browser.
// -------------------------------------------------------------- // --------------------------------------------------------------
$response->send(); $response->send();
\ No newline at end of file
echo (microtime(true) - $time) * 1000;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment