mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[idd] logging: remove misleading swapchain noise
This commit is contained in:
@@ -427,8 +427,6 @@ void CSwapChainProcessor::SwapChainThread()
|
||||
DWORD avTask = 0;
|
||||
HANDLE avTaskHandle = AvSetMmThreadCharacteristicsW(L"Distribution", &avTask);
|
||||
|
||||
DEBUG_INFO("Start Thread");
|
||||
|
||||
SwapChainThreadCore();
|
||||
|
||||
// Returning success from EvtIddCxMonitorAssignSwapChain transfers ownership
|
||||
|
||||
@@ -234,7 +234,6 @@ NTSTATUS LGIddMonitorSetGammaRamp(IDDCX_MONITOR monitor, const IDARG_IN_SET_GAMM
|
||||
if (IsIdentityColorTransform(*transform))
|
||||
{
|
||||
ctx->SetColorTransform(nullptr);
|
||||
DEBUG_INFO("Ignoring identity display color transform");
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user