Remove unnecessary error logging. Fixes BUKKIT-4406
This commit is contained in:
parent
ffcd0f4502
commit
b8feaf059c
@ -112,7 +112,7 @@ public abstract class Packet {
|
||||
++o;
|
||||
p += (long) packet.a();
|
||||
} catch (EOFException eofexception) {
|
||||
iconsolelogmanager.severe("Reached end of stream for " + socket.getInetAddress());
|
||||
//iconsolelogmanager.severe("Reached end of stream for " + socket.getInetAddress()); // CraftBukkit - remove unnecessary logging
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user