removing comment

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Paul POULAIN 2007-10-09 16:46:40 -05:00 committed by Joshua Ferraro
parent 2d4cf61d9f
commit 54c6d55b7e

View file

@ -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;
}