Bug 28571: Remove C4::Auth::_session_log
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 Jun 2021 13:28:01 +0000 (15:28 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 24 Jun 2021 09:53:44 +0000 (11:53 +0200)
commitce5d409cfd69bdfd45e1c116f9d8f13ed4696f85
treef395c2d240a5fd3ba6a4c076089fff285c9e5fc3
parent41a8005d1013815d312089c00e9e5464768e1332
Bug 28571: Remove C4::Auth::_session_log

It's not used and must be removed

Test plan:
  % git grep _session_log
must not return any result.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm