Skip to content

Commit

Permalink
Update BoringParts.java
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbooks authored Jun 10, 2019
1 parent 3950d2e commit 4d0111c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io/calidog/certstream/BoringParts.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public BoringParts(CertStreamStringMessageHandler messageHandler, long sleepBefo
@Override
public void onClose(int i, String s, boolean b) {
logger.debug("OnClose was called wih i = " + i + ", s = "+s + ", b = b");
System.out.println("OnClose was called wih i = " + i + ", s = "+s + ", b = b");

if (recoverableCloseCodes.contains(i))
{
Expand Down

0 comments on commit 4d0111c

Please sign in to comment.