diff --git a/Client.php b/Client.php index 517fa8b..ef9a8bd 100644 --- a/Client.php +++ b/Client.php @@ -5,25 +5,11 @@ namespace FOS\ElasticaBundle; use Elastica\Client as ElasticaClient; use Elastica\Request; -use FOS\ElasticaBundle\Logger\ElasticaLogger; - -use PSR\Log\LoggerInterface; - /** * @author Gordon Franke */ class Client extends ElasticaClient { - /** - * @var ElasticaLogger - */ - protected $logger; - - public function setLogger(LoggerInterface $logger) - { - $this->logger = $logger; - } - public function request($path, $method = Request::GET, $data = array(), array $query = array()) { $start = microtime(true);