From 45ccbd200c6f71520e2ea78b6e5ac2f1b05e967c 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 --- 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.11.0