From b24e4ae71043434fb8c9ea364f8d555aa80c5eaf Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 25 Aug 2020 02:58:16 +0200 Subject: [PATCH] Code cleanup --- src/dorkbox/network/Server.kt | 1 - 1 file changed, 1 deletion(-) 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 {