Skip to content

Commit

Permalink
[yegor256#1198] remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Mar 11, 2024
1 parent c72d434 commit 8d11ec6
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -103,7 +103,6 @@ private void report(final int current, final int end) {
final int diff = current - end;
if (diff > 1) {
for (int pos = 1; pos < diff; pos += 1) {
System.out.printf("report=%d\n", end + pos);
this.log(
end + pos,
"Empty line between javadoc and subject"
Expand Down

0 comments on commit 8d11ec6

Please sign in to comment.