From ff1aba9dc19616f06b5958a1b7d1b380aa5e2f31 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 28 Sep 2020 20:42:40 +0200 Subject: [PATCH] Cleaned up --- source/dnetd/dconnection.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/dnetd/dconnection.d b/source/dnetd/dconnection.d index 6c68a33..f97cbb5 100644 --- a/source/dnetd/dconnection.d +++ b/source/dnetd/dconnection.d @@ -308,8 +308,6 @@ public class DConnection : Thread string channelList = cast(string)message.data[1..message.data.length]; string[] channels = split(channelList, ","); - writeln("channels, ", channels); - /** * Loop through each channel, check if it * exists, if so join it, else create it