Bug 22003: Remove unused subroutines displaylog and GetLogStatus from C4::Log
authorJosef Moravec <josef.moravec@gmail.com>
Fri, 14 Dec 2018 16:50:39 +0000 (16:50 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 11 Jan 2019 12:20:49 +0000 (12:20 +0000)
commit472c576513674877b3f4eb57dca2eda948c25d78
tree55bf37c14da1934ddc7487209019b7c04d2b2f0b
parent11c4cd73e19586ea74a7ac5ba7c88989dd8c4f21
Bug 22003: Remove unused subroutines displaylog and GetLogStatus from C4::Log

These two routines are not used

Test plan:
0) Apply the patch
1) git grep GetLogStatus should return no occurence
2) git grep displaylog should return no occurence
3) prove t/Log.t should return green

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Log.pm
t/Log.t