10000 [DebugBundle] Drop RemoveWebServerBundleLoggerPass by chalasr · Pull Request #35133 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[DebugBundle] Drop RemoveWebServerBundleLoggerPass #35133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[DebugBundle] Drop RemoveWebServerBundleLoggerPass
  • Loading branch information
chalasr committed Dec 28, 2019
commit 167411c194e132b69cd6c5ff34130f58b27c489e
2 changes: 0 additions & 2 deletions src/Symfony/Bundle/DebugBundle/DebugBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Symfony\Bundle\DebugBundle;

use Symfony\Bundle\DebugBundle\DependencyInjection\Compiler\DumpDataCollectorPass;
use Symfony\Bundle\DebugBundle\DependencyInjection\Compiler\RemoveWebServerBundleLoggerPass;
use Symfony\Component\Console\Application;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
Expand Down Expand Up @@ -53,7 +52,6 @@ public function build(ContainerBuilder $container)
parent::build($container);

$container->addCompilerPass(new DumpDataCollectorPass());
$container->addCompilerPass(new RemoveWebServerBundleLoggerPass());
}

public function registerCommands(Application $application)
Expand Down

This file was deleted.

0