From 3715a331e7aab697be9292929e28c4ba9d02613f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 8 Jan 2022 23:05:00 +0000 Subject: [PATCH] Bug 11750: (QA follow-up) Remove unconditional warn Signed-off-by: Fridolin Somers Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall (cherry picked from commit aaa966c96de807386f99d6598c2cbe5dcb8bdd0f) Signed-off-by: Andrew Fuerste-Henry --- circ/overdue.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/circ/overdue.pl b/circ/overdue.pl index 5009626b8d..79a6fb2f8e 100755 --- a/circ/overdue.pl +++ b/circ/overdue.pl @@ -131,7 +131,6 @@ my $patron_attrs = Koha::Patron::Attribute::Types->search_with_library_limits( my $ordinal = 0; while (my $attr = $patron_attrs->next ) { - warn $attr->code; my $row = { code => $attr->code, description => $attr->description, -- 2.39.5