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:
parent
3e8f39015b
commit
8cb1ac85a2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue