Skip to content

Commit

Permalink
chore: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Apr 15, 2024
1 parent 956eb4a commit a7e6f3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/Indexer/IndexerConfigurationLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public function loadAll(): array
$dir = $this->resourceBaseLocator->locate() . '/../configs/indexer';
}
if (!is_dir($dir)) {
echo $dir . " not found \n";
return [];
}

Expand Down

0 comments on commit a7e6f3f

Please sign in to comment.