removed benchmarking from front controller.

This commit is contained in:
Taylor Otwell
2011-09-03 23:50:03 -05:00
parent 92bbb18f46
commit 5d87da6172
+1 -3
View File
@@ -7,7 +7,7 @@
* @author Taylor Otwell <[email protected]>
* @link http://laravel.com
*/
$t = microtime(true);
/*
|--------------------------------------------------------------------------
| Installation Paths
@@ -37,5 +37,3 @@ $public = __DIR__;
|--------------------------------------------------------------------------
*/
require $laravel.'/laravel.php';
echo (microtime(true) - $t) * 1000;