From d1b9a1868580dcfa0b8c932390a511b079e268fd Mon Sep 17 00:00:00 2001
From: Ere Maijala <ere.maijala@helsinki.fi>
Date: Mon, 26 Nov 2018 17:39:50 +0200
Subject: [PATCH] Remove duplicate $logger definition (#1272)

- The LoggerAwareTrait already defines it.
---
 module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
index 2f3218d8c7b..5e17a0ac8ed 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
@@ -32,7 +32,6 @@ use PDO;
 use PDOException;
 use VuFind\Date\DateException;
 use VuFind\Exception\ILS as ILSException;
-use Zend\Log\LoggerInterface;
 
 /**
  * VuFind Driver for Koha, using web APIs (ILSDI)
@@ -106,13 +105,6 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements
      */
     protected $db;
 
-    /**
-     * Logger Status
-     *
-     * @var LoggerInterface
-     */
-    protected $logger = false;
-
     /**
      * Date converter object
      *
-- 
GitLab