remove timestamp from index file.

This commit is contained in:
Taylor Otwell 2011-11-03 00:49:54 -05:00
parent 5e4e625d68
commit adc2e21e7f
1 changed files with 1 additions and 3 deletions

View File

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