Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tri Pham committed Dec 14, 2018
1 parent 80afd8e commit 156241c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Command/DebugCommand.php
Expand Up @@ -71,7 +71,6 @@ protected function outputMailers($routes = null)

$mailers = $this->getContainer()->getParameter('swiftmailer.mailers');
foreach ($mailers as $name => $mailer) {
$mailer = $this->getContainer()->get($mailer);
$transport = $this->getContainer()->getParameter(sprintf('swiftmailer.mailer.%s.transport.name', $name));
$spool = $this->getContainer()->getParameter(sprintf('swiftmailer.mailer.%s.spool.enabled', $name)) ? 'YES' : 'NO';
$delivery = $this->getContainer()->getParameter(sprintf('swiftmailer.mailer.%s.delivery.enabled', $name)) ? 'YES' : 'NO';
Expand Down

0 comments on commit 156241c

Please sign in to comment.