Skip to content

Commit

Permalink
Do not set a null logger by default
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Apr 22, 2024
1 parent 92ab51d commit 497c313
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/XliffDictionaryProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Iterator;
use Psr\Log\LoggerAwareInterface;
use Psr\Log\LoggerAwareTrait;
use Psr\Log\NullLogger;
use RuntimeException;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\Finder\Finder;
Expand Down Expand Up @@ -73,7 +72,6 @@ public function __construct(
}
$this->rootDir = $rootDir;
$this->subDirectoryMask = $subDirectoryMask;
$this->setLogger(new NullLogger());
}

public function getAvailableDictionaries(): Traversable
Expand Down

0 comments on commit 497c313

Please sign in to comment.