diff --git a/src/Service/Indexer/IndexerConfigurationLoader.php b/src/Service/Indexer/IndexerConfigurationLoader.php index 3977036..009238a 100644 --- a/src/Service/Indexer/IndexerConfigurationLoader.php +++ b/src/Service/Indexer/IndexerConfigurationLoader.php @@ -26,7 +26,6 @@ public function loadAll(): array $dir = $this->resourceBaseLocator->locate() . '/../configs/indexer'; } if (!is_dir($dir)) { - echo $dir . " not found \n"; return []; }