Removed annoying debug text

This commit is contained in:
ceikry
2021-07-21 19:19:23 -05:00
parent f683c76a7b
commit aba9eda0a2
2 changed files with 0 additions and 2 deletions
@@ -62,7 +62,6 @@ public class IoEventHandler {
if (channel.read(buffer) == -1) {
if(session != null){
if(session.getPlayer() != null){
SystemLogger.logInfo("Connection closed - disconnecting player.");
session.getPlayer().clear();
}
//key.cancel();