Code cleanup

This commit is contained in:
nathan 2020-08-25 02:58:16 +02:00
parent 6ad850209c
commit b24e4ae710

View File

@ -227,7 +227,6 @@ open class Server<CONNECTION : Connection>(config: ServerConfiguration = ServerC
if (shouldCleanupConnection) {
// remove this connection so there won't be an attempt to poll it again
logger.debug {"[${connection.sessionId}] connection marked for remove"}
true
}
else {