Skip to content

Commit

Permalink
移除调试信息
Browse files Browse the repository at this point in the history
  • Loading branch information
SerendipityR-2022 authored Oct 3, 2022
1 parent 77bac4f commit 2fcb4af
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ protected void handlePacket(Session session, Packet recvPacket, String username)
session.send(new ClientPluginMessagePacket("VexView", "Verification:1.8.10".getBytes()));
break;
case "MAC|Check":
LogUtil.doLog(0, "Channel: " + packet.getChannel() + " | Data: " + Arrays.toString(packet.getData()), "DEBUG");

if (ConfigUtil.RandomMAC) {
byte[] MACAddress;

Expand Down Expand Up @@ -407,7 +405,6 @@ protected void handlePacket(Session session, Packet recvPacket, String username)
}
break;
default:
LogUtil.doLog(0, "Channel: " + packet.getChannel() + " | Data: " + Arrays.toString(packet.getData()), "DEBUG");
}
} else if (recvPacket instanceof ServerJoinGamePacket) {
session.setFlag("join", true);
Expand Down

0 comments on commit 2fcb4af

Please sign in to comment.