From d5a1eae1f679893950f26a0fe0f90df5b66638ff Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 2 Dec 2015 11:38:27 +0000 Subject: [PATCH] Bug 14636: Remove debug message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 9b9fb3ee0555cd51007af669f753f0a0e5ec661e) Signed-off-by: Julian Maurice (cherry picked from commit 05e70e2e48d37ae0c68fcb82117e3d120710810f) Signed-off-by: Frédéric Demians --- catalogue/itemsearch.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/catalogue/itemsearch.pl b/catalogue/itemsearch.pl index 6dc472874f..7859f20527 100755 --- a/catalogue/itemsearch.pl +++ b/catalogue/itemsearch.pl @@ -188,7 +188,6 @@ if (scalar keys %params > 0) { if (C4::Context->preference("marcflavour") ne "UNIMARC" && $sortby eq 'publicationyear') { $sortby = 'copyrightdate'; } - warn $sortby; my $search_params = { rows => $cgi->param('rows') // 20, page => $cgi->param('page') || 1, -- 2.39.5