Skip to content

Commit

Permalink
remove log line
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Karajgikar <karajgik@amazon.com>
  • Loading branch information
Rahul Karajgikar committed Sep 4, 2024
1 parent d7be8b7 commit 412eada
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public void connectToNode(
}

if (connectedNodes.containsKey(node)) {
logger.info("connectedNodes already has key for node [{}]", node);
connectingRefCounter.decRef();
listener.onResponse(null);
return;
Expand Down

0 comments on commit 412eada

Please sign in to comment.