Bug 14403: Remove warn in Koha::NorwegianPatronDB
authorMagnus Enger <magnus@libriotech.no>
Wed, 17 Jun 2015 12:36:44 +0000 (14:36 +0200)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Fri, 19 Jun 2015 14:34:16 +0000 (11:34 -0300)
commitb740b1b412e11b1d540b243e7b1767cc0c1cb962
tree5aad247df4c30bf90c8d65f84b8dde1921589a32
parent688452ad7e9131a53a96bd826e6228e73494fa53
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>
Koha/NorwegianPatronDB.pm