1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Removed debug-output from soip-queue

This commit is contained in:
Darth Affe 2018-12-12 22:33:23 +01:00
parent d537d005ff
commit 1cf0f692fd

View File

@ -43,7 +43,6 @@ namespace RGB.NET.Devices.SoIP.Server
{
string m = GetLedString(dataSet);
_tcpServer.BroadcastLine(m);
Console.WriteLine("send " + m);
}
}