System.out removed

pull/395/head
Nikita 9 years ago
parent 2262fbcf81
commit a854d79b19

@ -267,7 +267,6 @@ public class ClusterConnectionManager extends MasterSlaveConnectionManager {
public void operationComplete(Future<RedisConnection> future) throws Exception { public void operationComplete(Future<RedisConnection> future) throws Exception {
if (!future.isSuccess()) { if (!future.isSuccess()) {
lastException.set(future.cause()); lastException.set(future.cause());
System.out.println("Can't connect!!!!!");
checkClusterState(cfg, iterator, lastException); checkClusterState(cfg, iterator, lastException);
return; return;
} }

Loading…
Cancel
Save