From 1054cc7908e55d7057a1a79a21cd7ef14a0d72c6 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 6 Feb 2015 15:46:40 -0500
Subject: [PATCH] Removed unused property.

---
 module/VuFind/src/VuFind/Search/EIT/Results.php | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/module/VuFind/src/VuFind/Search/EIT/Results.php b/module/VuFind/src/VuFind/Search/EIT/Results.php
index c85164b36f4..3d283a9a7cb 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.
-- 
GitLab