diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php index 2f3218d8c7b5ded03ea29660b146706e7143db37..5e17a0ac8edbdac2b8e12c7df82814e5d3cd01ef 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 *