removing warn

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Paul POULAIN 2007-11-06 11:55:37 -06:00 committed by Joshua Ferraro
parent 1161d6e2a0
commit dbafe27e62

View file

@ -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,