Removed unnecessary warning logs related with ClientBootstrap

This commit is contained in:
Trustin Lee 2008-09-04 11:19:49 +00:00
parent 8b9f63e578
commit f2267eb39c

View File

@ -218,8 +218,6 @@ public class ClientBootstrap extends Bootstrap {
}
} while (future == null);
pipeline.remove(pipeline.get("connector"));
return future;
}