Skip to content

Commit 3ea479c

Browse files
fix deprecation
1 parent 47a6573 commit 3ea479c

File tree

1 file changed

+0
-2
lines changed
  • libp2p/src/testFixtures/kotlin/io/libp2p/tools

1 file changed

+0
-2
lines changed

libp2p/src/testFixtures/kotlin/io/libp2p/tools/TCPProxy.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import io.netty.channel.ChannelHandlerContext
88
import io.netty.channel.ChannelInboundHandlerAdapter
99
import io.netty.channel.ChannelOption
1010
import io.netty.channel.MultiThreadIoEventLoopGroup
11-
import io.netty.channel.nio.NioEventLoopGroup
1211
import io.netty.channel.nio.NioIoHandler
1312
import io.netty.channel.socket.nio.NioServerSocketChannel
1413
import io.netty.channel.socket.nio.NioSocketChannel
@@ -40,7 +39,6 @@ class TCPProxy {
4039
}
4140

4241
override fun channelActive(ctx: ChannelHandlerContext) {
43-
// serverCtx.channel().pipeline().addFirst(LoggingHandler("client", LogLevel.INFO))
4442
client.complete(ctx)
4543
}
4644

0 commit comments

Comments
 (0)