From 211a37ecddf3644df27cf37604ce33211f5f1544 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 --- C4/Auth.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 729d7d7..3a5d3d5 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.10.4