From ca73a78190b954f5fa6e8e5827d1f5aa45c8b150 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 11 May 2021 10:05:53 +0000 Subject: [PATCH] Bug 28290: (follow-up) Remove debug code --- C4/Matcher.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Matcher.pm b/C4/Matcher.pm index f2af720b35..19927e89dc 100644 --- a/C4/Matcher.pm +++ b/C4/Matcher.pm @@ -25,7 +25,6 @@ use Koha::SearchEngine; use Koha::SearchEngine::Search; use Koha::SearchEngine::QueryBuilder; use Koha::Util::Normalize qw/legacy_default remove_spaces upper_case lower_case ISBN/; -use Carp::Always; =head1 NAME -- 2.11.0