no more spamming console

This commit is contained in:
2025-01-09 08:17:56 -06:00
parent 88e16448a8
commit 6985dffda4
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -227,10 +227,10 @@ public class ClientConnection extends AbstractConnection {
SessionManager.remSession(
SessionManager.getSession(sessionID));
} catch (NullPointerException e) {
Logger
.error(
"Tried to remove improperly initialized session. Skipping." +
e);
//Logger
//.error(
//"Tried to remove improperly initialized session. Skipping." +
//e);
}
}