Browse Source

Remove time echo from index.php. Whoops!

Taylor Otwell 13 years ago
parent
commit
b796ef1bd7
1 changed files with 1 additions and 5 deletions
  1. 1 5
      public/index.php

+ 1 - 5
public/index.php

@@ -8,8 +8,6 @@
  * @link     http://laravel.com
  */
 
-$time = microtime(true);
-
 // --------------------------------------------------------------
 // Define the framework paths.
 // --------------------------------------------------------------
@@ -146,6 +144,4 @@ if (System\Config::get('session.driver') != '')
 // --------------------------------------------------------------
 // Send the response to the browser.
 // --------------------------------------------------------------
-$response->send();
-
-echo (microtime(true) - $time) * 1000;
+$response->send();