remove timestamp from index file.

This commit is contained in:
Taylor Otwell
2011-11-03 00:49:54 -05:00
parent 5e4e625d68
commit adc2e21e7f

View File

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