Skip to content

Commit

Permalink
Merge pull request #6647 from codeigniter4/session-logger
Browse files Browse the repository at this point in the history
Remove unneeded `$logger` property in `Session`
  • Loading branch information
paulbalandan authored Oct 8, 2022
2 parents 84aa31e + 2f069f5 commit 046c540
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions system/Session/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use Config\Cookie as CookieConfig;
use Config\Services;
use Psr\Log\LoggerAwareTrait;
use Psr\Log\LoggerInterface;
use SessionHandlerInterface;

/**
Expand Down Expand Up @@ -156,13 +155,6 @@ class Session implements SessionInterface
*/
protected $sidRegexp;

/**
* Logger instance to record error messages and warnings.
*
* @var LoggerInterface
*/
protected $logger;

/**
* Constructor.
*
Expand Down

0 comments on commit 046c540

Please sign in to comment.