[idd] logging: remove misleading swapchain noise

This commit is contained in:
Geoffrey McRae
2026-08-06 05:58:28 +10:00
parent 057fb4d40a
commit 3add7d066f
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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;
}