Bug 19502: Remove debug warn
authorJulian Maurice <julian.maurice@biblibre.com>
Mon, 25 Jun 2018 12:14:32 +0000 (14:14 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 12 Jul 2018 13:04:22 +0000 (13:04 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
catalogue/search.pl

index 18b22b3..842ada5 100755 (executable)
@@ -678,7 +678,6 @@ for (my $i=0;$i<@servers;$i++) {
                                 last_page_offset => $last_page_offset,
                                 previous_page_offset => $previous_page_offset) unless $pages < 2;
             $template->param(   next_page_offset => $next_page_offset) unless $pages eq $current_page_number;
-            warn "topage $hits_to_paginate";
         }