Skip to content

Commit

Permalink
Removing accidental println
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrjacobs committed Dec 14, 2016
1 parent bf6922a commit 58962fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ public void onNext(String sampleDataAsString) {
}
}
} finally {
System.out.println("Exiting the server thread, current count = " + getNumberCurrentConnections());
decrementCurrentConcurrentConnections();
if (sampleSubscription != null && !sampleSubscription.isUnsubscribed()) {
sampleSubscription.unsubscribe();
Expand Down

0 comments on commit 58962fe

Please sign in to comment.