mirror of
https://github.com/apache/lucene.git
synced 2025-03-04 15:29:28 +00:00
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:
parent
4d901e9cd2
commit
d4c9e4d6e6
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user