From 89f9b7cc41e59a862a12055692bfdf2669559b6a Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 28 Sep 2020 12:54:05 +0200 Subject: [PATCH] Cleanup --- source/dnetd/dserver.d | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/dnetd/dserver.d b/source/dnetd/dserver.d index 77b95f8..0bc62c9 100644 --- a/source/dnetd/dserver.d +++ b/source/dnetd/dserver.d @@ -168,8 +168,7 @@ public class DServer : Thread /* Set this as the new queue */ connectionQueue = connectionQueueNew; - /* TODO: Implement removal */ - writeln("Remove connection from queue "~to!(string)(connection)); + writeln("Removed connection from queue "~to!(string)(connection)); /* Unlock the connections list */ connectionLock.unlock();