style: cleanup debug statements
This commit is contained in:
parent
c7d6c57320
commit
3dfb6517a1
1 changed files with 0 additions and 2 deletions
|
@ -16,9 +16,7 @@ public class PluginMessageHandler implements PluginMessageListener {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println("Received " + NickoBungee.NICKO_PLUGIN_CHANNEL_UPDATE + " msg");
|
|
||||||
final ByteArrayDataInput in = ByteStreams.newDataInput(message);
|
final ByteArrayDataInput in = ByteStreams.newDataInput(message);
|
||||||
|
|
||||||
final int payloadSize = in.readInt();
|
final int payloadSize = in.readInt();
|
||||||
if (payloadSize == 0 || payloadSize > 4) {
|
if (payloadSize == 0 || payloadSize > 4) {
|
||||||
NickoBukkit.getInstance().getLogger().severe("Prevented error by skipping malformed payload of size " + payloadSize + "!" +
|
NickoBukkit.getInstance().getLogger().severe("Prevented error by skipping malformed payload of size " + payloadSize + "!" +
|
||||||
|
|
Loading…
Reference in a new issue