Browse Source

remove timestamp from index file.

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

+ 1 - 3
public/index.php

@@ -28,6 +28,4 @@ $public = __DIR__;
 // --------------------------------------------------------------
 // Launch Laravel.
 // --------------------------------------------------------------
-require $laravel.'/laravel.php';
-
-echo (microtime(true) - LARAVEL_START) * 1000;
+require $laravel.'/laravel.php';