Skip to content

Commit 171325b

Browse files
committed
TASK: Remove Load Query Implementation log entry
1 parent c816496 commit 171325b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Classes/Factory/AbstractDriverSpecificObjectFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ protected function resolve(string $type)
5757

5858
$className = trim($this->mapping[$version][$type]['className']);
5959

60-
$this->logger->debug(sprintf('Load %s implementation for Elastic %s (%s)', $type, $version, $className));
61-
6260
if (!isset($this->mapping[$version][$type]['arguments'])) {
6361
return new $className();
6462
}

0 commit comments

Comments
 (0)