Skip to content

Commit

Permalink
This should never have been committed.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbaggett committed Jun 25, 2024
1 parent 96fe277 commit a5f466a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
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;
Expand Down Expand Up @@ -506,7 +505,6 @@ public function runHttp(): void
{
$serverRequestCreator = ServerRequestCreatorFactory::create();
$request = $serverRequestCreator->createServerRequestFromGlobals();
Kernel::Timing();
$this->loadAllRoutes($request);

$this->debugBar['time']->startMeasure('runHTTP', 'HTTP runtime');
Expand Down

0 comments on commit a5f466a

Please sign in to comment.