--- lib/Grep/Source.pm 2007/04/29 11:37:28 129 +++ lib/Grep/Source.pm 2007/04/29 12:07:06 130 @@ -205,7 +205,6 @@ my $fatal = $args->{fatal}; die "no triplets" unless defined( $args->{triplets} ); my @triplets; -warn dump( $args->{triplets} ); if ( ref( $args->{triplets} ) eq 'ARRAY' ) { @triplets = @{ $args->{triplets} }; } else {