removing comment
authorPaul POULAIN <paul@koha-fr.org>
Tue, 9 Oct 2007 21:46:40 +0000 (16:46 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 10 Oct 2007 00:05:23 +0000 (19:05 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
opac/opac-reserve.pl

index 90008f3..5d975e5 100755 (executable)
@@ -90,7 +90,6 @@ foreach my $branch ( keys %$branches ) {
         my %line;
         $line{branch} = $branches->{$branch}->{'branchname'};
         $line{value}  = $branch;
-        warn "===>".$line{value}." eq ".C4::Context->userenv->{'branch'};
         if ($line{value} eq C4::Context->userenv->{'branch'}) {
             $line{selected} = 1;
         }