@@ -, +, @@ debugging statement --- C4/Utils/DataTables/VirtualShelves.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Utils/DataTables/VirtualShelves.pm +++ a/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 --