10000 [DebugBundle] Drop RemoveWebServerBundleLoggerPass · symfony/symfony@167411c · GitHub
[go: up one dir, main page]

Skip to content

Commit 167411c

Browse files
committed
[DebugBundle] Drop RemoveWebServerBundleLoggerPass
1 parent 291d1f3 commit 167411c

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

src/Symfony/Bundle/DebugBundle/DebugBundle.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bundle\DebugBundle;
1313

1414
use Symfony\Bundle\DebugBundle\DependencyInjection\Compiler\DumpDataCollectorPass;
15-
use Symfony\Bundle\DebugBundle\DependencyInjection\Compiler\RemoveWebServerBundleLoggerPass;
1615
use Symfony\Component\Console\Application;
1716
use Symfony\Component\DependencyInjection\ContainerBuilder;
1817
use Symfony\Component\HttpKernel\Bundle\Bundle;
@@ -53,7 +52,6 @@ public function build(ContainerBuilder $container)
5352
parent::build($container);
5453

5554
$container->addCompilerPass(new DumpDataCollectorPass());
56-
$container->addCompilerPass(new RemoveWebServerBundleLoggerPass());
5755
}
5856

5957
public function registerCommands(Application $application)

src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/RemoveWebServerBundleLoggerPass.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0