Skip to content

Commit

Permalink
remove same debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
luksh123 committed Sep 10, 2024
1 parent 52acb36 commit 625d187
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/DI/TranslationExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,6 @@ public function afterCompile(
ClassType $class
): void
{
$builder = $this->getContainerBuilder();
$providerCollections = $builder->getDefinition($this->prefix('providerCollection'));
bdump($providerCollections);

if (!$this->config->debug || !$this->config->debugger) {
return;
}
Expand Down

0 comments on commit 625d187

Please sign in to comment.