From 1cf0f692fd721fd7481b81508e60e78f4f2f51a9 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Wed, 12 Dec 2018 22:33:23 +0100 Subject: [PATCH] Removed debug-output from soip-queue --- RGB.NET.Devices.SoIP/Server/SoIPServerUpdateQueue.cs | 1 - 1 file changed, 1 deletion(-) 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); } }