Commit adc2e21e authored by Taylor Otwell's avatar Taylor Otwell

remove timestamp from index file.

parent 5e4e625d
......@@ -28,6 +28,4 @@ $public = __DIR__;
// --------------------------------------------------------------
// Launch Laravel.
// --------------------------------------------------------------
require $laravel.'/laravel.php';
echo (microtime(true) - LARAVEL_START) * 1000;
\ No newline at end of file
require $laravel.'/laravel.php';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment