This should never have been committed.
This commit is contained in:
parent
96fe277dec
commit
a5f466a81d
1 changed files with 0 additions and 2 deletions
|
@ -47,7 +47,6 @@ use Monolog\Processor\PsrLogMessageProcessor;
|
|||
use Psr\Container\ContainerInterface;
|
||||
use Psr\Http\Message\ServerRequestInterface;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use PushToLive\Kernel;
|
||||
use SebastianBergmann\Timer\Timer;
|
||||
use Slim;
|
||||
use Slim\Factory\AppFactory;
|
||||
|
@ -506,7 +505,6 @@ class App
|
|||
{
|
||||
$serverRequestCreator = ServerRequestCreatorFactory::create();
|
||||
$request = $serverRequestCreator->createServerRequestFromGlobals();
|
||||
Kernel::Timing();
|
||||
$this->loadAllRoutes($request);
|
||||
|
||||
$this->debugBar['time']->startMeasure('runHTTP', 'HTTP runtime');
|
||||
|
|
Loading…
Reference in a new issue