Browse Source

removed benchmarking from front controller.

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

+ 2 - 4
public/index.php

@@ -7,7 +7,7 @@
  * @author   Taylor Otwell <taylorotwell@gmail.com>
  * @link     http://laravel.com
  */
-$t = microtime(true);
+
 /*
 |--------------------------------------------------------------------------
 | Installation Paths
@@ -36,6 +36,4 @@ $public      = __DIR__;
 | 3... 2... 1... Lift-off!
 |--------------------------------------------------------------------------
 */
-require $laravel.'/laravel.php';
-
-echo (microtime(true) - $t) * 1000;
+require $laravel.'/laravel.php';