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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Jul 2021 14:40:52 +0000 (10:40 -0400)
commit87f635ce9f9a1e3fb016aea21c7e5951e09acb2f
tree1c5c3286108784a99a8571ac0dd79fd6e33b2d7a
parentf3c55d7ae9cc0534b1c70d02213688acdb67e937
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Auth.pm