Skip to content

Commit

Permalink
[6.1.0][dev] 调试信息忘记删了
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Mar 16, 2024
1 parent 6d23680 commit bea9fd1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ private final class PacketInterceptor extends ChannelDuplexHandler {

@Override
public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception {
IOKt.info("channelRead " + msg.getClass().getSimpleName());
// Intercept channel
final Channel channel = ctx.channel();
handleLoginStart(channel, msg);
Expand Down

0 comments on commit bea9fd1

Please sign in to comment.