Skip to content

Commit

Permalink
fix: OF-2660 - remove duplicate 'Sending' trace log
Browse files Browse the repository at this point in the history
The connection has trace log for all calls to deliverRawText
  • Loading branch information
AlexGidman committed Oct 12, 2023
1 parent 6533aee commit 1456385
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ private void sendNewStreamHeader(NettyConnection connection) {
final String result = document.asXML(); // Strip closing element.
final String withoutClosing = result.substring(0, result.lastIndexOf("</stream:stream>"));

Log.trace("Sending: {}", withoutClosing);
connection.deliverRawText(withoutClosing);
}

Expand Down

0 comments on commit 1456385

Please sign in to comment.