1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +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

@ -130,7 +130,6 @@ public class CorsairDeviceProvider : AbstractRGBDeviceProvider
CorsairDeviceUpdateQueue updateQueue = new(GetUpdateTrigger(), device);
Console.WriteLine("Loading " + device.model);
int channelLedCount = 0;
for (int i = 0; i < device.channelCount; i++)
{