removed benchmarking stuff from front controller.
This commit is contained in:
parent
2f047e3bef
commit
78903e99a8
|
|
@ -8,11 +8,6 @@
|
|||
* @link http://laravel.com
|
||||
*/
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Get the framework start time.
|
||||
// --------------------------------------------------------------
|
||||
$start = microtime(true);
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the application directory.
|
||||
// --------------------------------------------------------------
|
||||
|
|
@ -90,11 +85,6 @@
|
|||
|
||||
spl_autoload_register(array('System\\Loader', 'load'));
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Register the framework starting time with the Benchmarker.
|
||||
// --------------------------------------------------------------
|
||||
System\Benchmark::$marks['laravel'] = $start;
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Set the error reporting and display levels.
|
||||
// --------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue