Bug 9587 : Followup removing a commented out warn that was annoying the qa tools
authorChris Cormack <chris@bigballofwax.co.nz>
Tue, 12 Feb 2013 01:16:35 +0000 (14:16 +1300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 24 Feb 2013 15:15:55 +0000 (10:15 -0500)
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>
C4/Auth.pm

index 77cdd72..6141fc2 100644 (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
         );