Skip to content

Commit

Permalink
[Java] Remove hangover printStackTrace from closing UdpChannelTranspo…
Browse files Browse the repository at this point in the history
…rts.
  • Loading branch information
mjpt777 committed May 14, 2016
1 parent 5d68174 commit a15baaa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public void close()
}
catch (final IOException ex)
{
ex.printStackTrace();
errorLog.record(ex);
}
}
Expand Down

0 comments on commit a15baaa

Please sign in to comment.