Skip to content

Commit

Permalink
Remove extraneous log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbode committed Jan 19, 2016
1 parent e45902f commit ef44510
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ public void setServers(Set<String> servers) {

if (servers.isEmpty()) {
log.warn("No servers are currently available to connect.");
} else if (log.isDebugEnabled()) {
log.info("Server pool was updated to contain {} servers: [{}].",
servers.size(), StringUtils.join(servers, ","));
}
}

Expand Down

0 comments on commit ef44510

Please sign in to comment.