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:
parent
cc652a08a6
commit
bb3b74b919
@ -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++)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user