Skip to content

Commit

Permalink
Delete logger
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Feb 13, 2025
1 parent 1d7d91a commit 6ebf077
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package dev.tonimatas.packetfixer.mixins;

import com.mojang.logging.LogUtils;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import net.minecraft.network.FriendlyByteBuf;
Expand All @@ -27,7 +26,6 @@ private void decode(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf

@ModifyConstant(method = "decode", constant = @Constant(intValue = 3))
private int newSize(int constant) {
LogUtils.getLogger().info(packetFixer$varInt21Size + " new value");
return packetFixer$varInt21Size;
}
}

0 comments on commit 6ebf077

Please sign in to comment.