Skip to content

Commit

Permalink
remove log line
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Karajgikar <[email protected]>
  • Loading branch information
Rahul Karajgikar committed Sep 4, 2024
1 parent 61eac52 commit dd14cc8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ private void internalOpenConnection(
ConnectionProfile connectionProfile,
ActionListener<Transport.Connection> listener
) {
logger.info("calling transport.openConnection");
transport.openConnection(node, connectionProfile, ActionListener.map(listener, connection -> {
assert Transports.assertNotTransportThread("internalOpenConnection success");
try {
Expand Down

0 comments on commit dd14cc8

Please sign in to comment.