From 8cb1ac85a2ceb3f371e32035d0380e216845b5f7 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 12 Feb 2013 14:16:35 +1300 Subject: [PATCH] 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 Comment: no more complains from koha-qa Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov --- C4/Auth.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 77cdd725b5..6141fc2712 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -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 ); -- 2.39.5