From 0f1763ac91bb62a26d8d957f551a0b06c7155fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Fri, 19 Feb 2021 14:23:34 +0200 Subject: [PATCH] Bug 27715: (follow-up) Remove accidentally introduced debugging statement Signed-off-by: Martin Renvoize --- C4/Utils/DataTables/VirtualShelves.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Utils/DataTables/VirtualShelves.pm b/C4/Utils/DataTables/VirtualShelves.pm index 82b05a8a3d..5a349326b1 100644 --- a/C4/Utils/DataTables/VirtualShelves.pm +++ b/C4/Utils/DataTables/VirtualShelves.pm @@ -107,7 +107,6 @@ sub search { ($orderby ? $orderby : ""), ($limit ? $limit : "") ); - warn $query; my $shelves = $dbh->selectall_arrayref( $query, { Slice => {} }, @args ); # Get the iTotalDisplayRecords DataTable variable -- 2.20.1