Browse Source

remove elapsed time from front controller.

Taylor Otwell 12 years ago
parent
commit
04f7661292
1 changed files with 4 additions and 3 deletions
  1. 4 3
      public/index.php

+ 4 - 3
public/index.php

@@ -8,6 +8,9 @@
  * @link     http://laravel.com
  */
 
+// --------------------------------------------------------------
+// Tick... Tock... Tick... Tock...
+// --------------------------------------------------------------
 define('LARAVEL_START', microtime(true));
 
 // --------------------------------------------------------------
@@ -28,6 +31,4 @@ $public = __DIR__;
 // --------------------------------------------------------------
 // Launch Laravel.
 // --------------------------------------------------------------
-require $laravel.'/laravel.php';
-
-echo number_format((microtime(true) - LARAVEL_START) * 1000, 2);
+require $laravel.'/laravel.php';