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();