1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Removed debug output

This commit is contained in:
Darth Affe 2023-02-12 16:23:27 +01:00
parent cc652a08a6
commit bb3b74b919

View File

@ -129,8 +129,7 @@ public class CorsairDeviceProvider : AbstractRGBDeviceProvider
Throw(new RGBDeviceException($"Failed to take control of device '{device.id}'. (ErrorCode: {error})"));
CorsairDeviceUpdateQueue updateQueue = new(GetUpdateTrigger(), device);
Console.WriteLine("Loading " + device.model);
int channelLedCount = 0;
for (int i = 0; i < device.channelCount; i++)
{