From 46f74f882258b4b817f4a9d2357a84802e3c3d9c Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 12 Feb 2013 14:16:35 +1300 Subject: [PATCH] [SIGNED-OFF] 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 --- C4/Auth.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 77cdd72..6141fc2 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 ); -- 1.7.9.5