]> git.koha-community.org Git - koha.git/commit
Bug 14403: Remove warn in Koha::NorwegianPatronDB
authorMagnus Enger <magnus@libriotech.no>
Wed, 17 Jun 2015 12:36:44 +0000 (14:36 +0200)
committerChris Cormack <chris@bigballofwax.co.nz>
Mon, 29 Jun 2015 09:36:03 +0000 (21:36 +1200)
commit114e3cae1a9a4613894492960eb5268c29c1999f
tree45c00f8b7f6df3f63baac36a2001d066d809746a
parentbfc381f1e275275a2c3e38015e29befe1bad65f2
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>
Koha/NorwegianPatronDB.pm