diff --git a/src/dorkbox/network/Server.kt b/src/dorkbox/network/Server.kt index 62e76453..662adcfb 100644 --- a/src/dorkbox/network/Server.kt +++ b/src/dorkbox/network/Server.kt @@ -227,7 +227,6 @@ open class Server(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 {