From a85f4aebacb7ea1736a0daef7982f01d63b5c5c1 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 --- circ/overdue.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/circ/overdue.pl b/circ/overdue.pl index aad82ecdda..a4df26e174 100755 --- a/circ/overdue.pl +++ b/circ/overdue.pl @@ -128,7 +128,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.30.2