Skip to content

Commit

Permalink
remove errant debugging println from RTF parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jan 27, 2025
1 parent 00fddf2 commit 9ddb3d4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1086,9 +1086,6 @@ private boolean isUnorderedList(int listID) {
}

private void end(String tag) throws IOException, SAXException, TikaException {
if ("b".equals(tag)) {
System.out.println("ending b");
}
out.endElement(XHTML, tag, tag);
}

Expand Down

0 comments on commit 9ddb3d4

Please sign in to comment.