Skip to content

Commit

Permalink
Remove unncessary debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Sumit Bansal <[email protected]>
  • Loading branch information
sumitasr committed Sep 29, 2024
1 parent 773fd8b commit 69289c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public static boolean isResponseLimitBreached(final RoutingTable routingTable, f
totalShards += entry.getValue().getShards().size();
if (totalShards > limit) return true;
}
System.out.println("Total Shards" + totalShards);
break;
}
return false;
Expand Down

0 comments on commit 69289c0

Please sign in to comment.