mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-27 18:59:17 +00:00
a bit too much debug
This commit is contained in:
@@ -235,7 +235,6 @@ public class JavaCommandsTranslator extends PacketTranslator<ClientboundCommands
|
||||
availableCommandsPacket.getCommands().addAll(commandData);
|
||||
|
||||
session.getGeyser().getLogger().debug("Sending command packet of " + commandData.size() + " commands");
|
||||
GeyserImpl.getInstance().getLogger().info(availableCommandsPacket.toString());
|
||||
|
||||
// Finally, send the commands to the client
|
||||
session.sendUpstreamPacket(availableCommandsPacket);
|
||||
|
||||
Reference in New Issue
Block a user