Bug 14544: Remove debug line
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 11 Nov 2015 13:19:22 +0000 (13:19 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 11 Nov 2015 13:35:06 +0000 (10:35 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
opac/opac-search.pl

index 5322567..d53ba1c 100755 (executable)
@@ -962,7 +962,6 @@ my $some_public_shelves = Koha::Virtualshelves->get_some_shelves(
         category       => 2,
     }
 );
-while(my$s = $some_public_shelves->next){warn $s->shelfnumber;};
 
 $template->param(
     add_to_some_private_shelves => $some_private_shelves,