From dbafe27e62c14e3fefb41411c277275129d0c3be Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Tue, 6 Nov 2007 11:55:37 -0600 Subject: [PATCH] removing warn Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- authorities/detail.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/authorities/detail.pl b/authorities/detail.pl index e2849ba56e..a1fbdae32e 100755 --- a/authorities/detail.pl +++ b/authorities/detail.pl @@ -427,7 +427,6 @@ sub build_tabs ($$$$$) { } } if ( $#loop_data >= 0 ) { - warn "pushing : $tabloop = ".Data::Dumper::Dumper(@loop_data); push @BIG_LOOP, { number => $tabloop, innerloop => \@loop_data, -- 2.39.5