Skip to content

Commit 2a4ef80

Browse files
committed
Delete commented line
1 parent 409906a commit 2a4ef80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/rabbitmq/stream/impl/Client.java

-1
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,6 @@ public void channelRead(ChannelHandlerContext ctx, Object msg) {
27782778
}
27792779
} else {
27802780
FrameHandler frameHandler = ServerFrameHandler.lookup(commandId, version, m);
2781-
// task = () -> frameHandler.handle(Client.this, frameSize, ctx, m);
27822781
task = new FrameHandlerTask(frameHandler, Client.this, frameSize, ctx, m, closing);
27832782
}
27842783

0 commit comments

Comments
 (0)