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:
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})"));
|
Throw(new RGBDeviceException($"Failed to take control of device '{device.id}'. (ErrorCode: {error})"));
|
||||||
|
|
||||||
CorsairDeviceUpdateQueue updateQueue = new(GetUpdateTrigger(), device);
|
CorsairDeviceUpdateQueue updateQueue = new(GetUpdateTrigger(), device);
|
||||||
|
|
||||||
Console.WriteLine("Loading " + device.model);
|
|
||||||
int channelLedCount = 0;
|
int channelLedCount = 0;
|
||||||
for (int i = 0; i < device.channelCount; i++)
|
for (int i = 0; i < device.channelCount; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user