diff --git a/RGB.NET.Devices.SoIP/Server/SoIPServerUpdateQueue.cs b/RGB.NET.Devices.SoIP/Server/SoIPServerUpdateQueue.cs index 5fac483..999ef9c 100644 --- a/RGB.NET.Devices.SoIP/Server/SoIPServerUpdateQueue.cs +++ b/RGB.NET.Devices.SoIP/Server/SoIPServerUpdateQueue.cs @@ -43,7 +43,6 @@ namespace RGB.NET.Devices.SoIP.Server { string m = GetLedString(dataSet); _tcpServer.BroadcastLine(m); - Console.WriteLine("send " + m); } }