Skip to content

Commit

Permalink
cleaned up the trace log
Browse files Browse the repository at this point in the history
Signed-off-by: shwetathareja <[email protected]>
  • Loading branch information
shwetathareja authored Oct 22, 2024
1 parent b5ca8de commit 7d692a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,6 @@ public void onNodeAck(DiscoveryNode node, Exception e) {
this.localNodeAckEvent = localNodeAckEvent;
this.ackListener = ackListener;
this.publishListener = publishListener;
logger.trace("Using publish timeout: {}", publishTimeout);
this.timeoutHandler = singleNodeDiscovery ? null : transportService.getThreadPool().schedule(new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 7d692a2

Please sign in to comment.