diff --git a/module/VuFind/src/VuFind/Search/EIT/Results.php b/module/VuFind/src/VuFind/Search/EIT/Results.php index c85164b36f41faf9fe46f423f86894007d38e98b..3d283a9a7cbfcdb7647c962577dd891ae0506aa7 100644 --- a/module/VuFind/src/VuFind/Search/EIT/Results.php +++ b/module/VuFind/src/VuFind/Search/EIT/Results.php @@ -42,13 +42,6 @@ namespace VuFind\Search\EIT; */ class Results extends \VuFind\Search\Base\Results { - /** - * Logger instance. - * - * @var LoggerInterface - */ - protected $logger = false; - /** * Support method for performAndProcessSearch -- perform a search based on the * parameters passed to the object.