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