Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
was added to diagnose an issue, should have never made it into master.
  • Loading branch information
Flowdalic committed Feb 10, 2016
1 parent 8f14934 commit 5c00172
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ private void shutdown(boolean instant) {
// closing stream element sent by the server or wait with a timeout for a
// closing stream element to be received from the server.
Exception res = closingStreamReceived.checkIfSuccessOrWait();
LOGGER.info("closingstream " + res);
} catch (InterruptedException | NoResponseException e) {
LOGGER.log(Level.INFO, "Exception while waiting for closing stream element from the server " + this, e);
}
Expand Down

0 comments on commit 5c00172

Please sign in to comment.