Bug 14403: Remove warn in Koha::NorwegianPatronDB
commit7b5f05e4777349718cce59fe612457d190a1c482
authorMagnus Enger <magnus@libriotech.no>
Wed, 17 Jun 2015 12:36:44 +0000 (17 14:36 +0200)
committerLiz <wizzyrea@gmail.com>
Sun, 5 Jul 2015 02:22:27 +0000 (5 02:22 +0000)
tree2356e145fc60eb5fb8dd277818e1c82377e9463c
parent3ddfda558196c057e6c66401ff640b9a32103ce0
Bug 14403: Remove warn in Koha::NorwegianPatronDB

Line 99 has an unconditional warn, left over from development:

warn "$combined_username => $combined_password";

This patch deletes the line i question.

To test:
No testing needed, just have a look at the diff and see that
it makes sense to delete the warn.

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit b740b1b412e11b1d540b243e7b1767cc0c1cb962)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Liz <wizzyrea@gmail.com>
Koha/NorwegianPatronDB.pm