LUCENE-3228: reverted accidentally committed debug printing

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-12-03 21:53:45 +00:00
parent 4d901e9cd2
commit d4c9e4d6e6

View File

@ -150,7 +150,6 @@ for (my $line_num = 0 ; $line_num <= $#lines ; ++$line_num) {
my $line;
my $item = $_;
$item =~ s/^(\s*\Q$type\E\s*)//; # Trim the leading bullet
print STDERR $item if not defined($1);
my $leading_ws_width = length($1);
$item =~ s/\s+$//; # Trim trailing whitespace
$item .= "\n";