removing comment
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
2d4cf61d9f
commit
54c6d55b7e
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue