Skip to content

Commit

Permalink
Shh
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Jul 8, 2024
1 parent b4b3fd1 commit e1bfee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/jsoup/parser/StreamParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ private static CharacterReader getReader(StreamParser streamer) {

Connection con = Jsoup.connect(url)
.onResponseProgress((processed, total, percent, response) -> {
System.out.println("Processed: " + processed + " Total: " + total + " Percent: " + percent);
//System.out.println("Processed: " + processed + " Total: " + total + " Percent: " + percent);
seenPercent.set(percent);
});

Expand Down

0 comments on commit e1bfee9

Please sign in to comment.