Remove logging which was added accidently

This commit is contained in:
Trustin Lee 2012-02-29 14:05:44 -08:00
parent 4158152b24
commit 81ad99bc39

View File

@ -30,7 +30,6 @@ public class HttpSnoopServerPipelineFactory implements ChannelPipelineFactory {
public ChannelPipeline getPipeline() throws Exception {
// Create a default pipeline implementation.
ChannelPipeline pipeline = pipeline();
pipeline.addLast("log", new LoggingHandler(InternalLogLevel.INFO));
// Uncomment the following line if you want HTTPS
//SSLEngine engine = SecureChatSslContextFactory.getServerContext().createSSLEngine();