The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit d1b9a186 authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Remove duplicate $logger definition (#1272)

- The LoggerAwareTrait already defines it.
parent 1e6c97ed
No related merge requests found
......@@ -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
*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment