Skip to content

Commit

Permalink
Revert "Removed unneeded debug logging of the CommentBlockLine"
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrispallas authored Oct 24, 2023
1 parent a8cd096 commit 22a4a05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void parse(String line) throws CommentBlockException {
if (line.startsWith("\\g:")) {
parseCommentBlockWithLetterG(line);
} else {
System.out.println(line);
validateCommentBlock(line, start, end);
}
}
Expand Down

0 comments on commit 22a4a05

Please sign in to comment.