Remove logging which was added accidently
This commit is contained in:
parent
4158152b24
commit
81ad99bc39
@ -30,7 +30,6 @@ public class HttpSnoopServerPipelineFactory implements ChannelPipelineFactory {
|
|||||||
public ChannelPipeline getPipeline() throws Exception {
|
public ChannelPipeline getPipeline() throws Exception {
|
||||||
// Create a default pipeline implementation.
|
// Create a default pipeline implementation.
|
||||||
ChannelPipeline pipeline = pipeline();
|
ChannelPipeline pipeline = pipeline();
|
||||||
pipeline.addLast("log", new LoggingHandler(InternalLogLevel.INFO));
|
|
||||||
|
|
||||||
// Uncomment the following line if you want HTTPS
|
// Uncomment the following line if you want HTTPS
|
||||||
//SSLEngine engine = SecureChatSslContextFactory.getServerContext().createSSLEngine();
|
//SSLEngine engine = SecureChatSslContextFactory.getServerContext().createSSLEngine();
|
||||||
|
Loading…
Reference in New Issue
Block a user