Bug 9587 : Followup removing a commented out warn that was annoying the qa tools

Not introduced by this work but no reason not to clean it

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Comment: no more complains from koha-qa

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
Chris Cormack 2013-02-12 14:16:35 +13:00 committed by Jared Camins-Esakov
parent 3e8f39015b
commit 8cb1ac85a2

View file

@ -1039,7 +1039,6 @@ sub checkauth {
foreach my $key (keys %$casservers) {
push @tmplservers, {name => $key, value => login_cas_url($query, $key) . "?cas=$key" };
}
#warn Data::Dumper::Dumper(\@tmplservers);
$template->param(
casServersLoop => \@tmplservers
);