From afd5e2d057ea52192f6f9e5c583b648cc99cd75a Mon Sep 17 00:00:00 2001 From: Quantum Date: Sat, 15 Jan 2022 23:08:20 -0500 Subject: [PATCH] [host] dxgi: remove duplicate AcquireLock print --- host/platform/Windows/capture/DXGI/src/dxgi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/host/platform/Windows/capture/DXGI/src/dxgi.c b/host/platform/Windows/capture/DXGI/src/dxgi.c index cafe3f96..0f981260 100644 --- a/host/platform/Windows/capture/DXGI/src/dxgi.c +++ b/host/platform/Windows/capture/DXGI/src/dxgi.c @@ -542,7 +542,6 @@ static bool dxgi_init(void) } DEBUG_INFO("Copy backend : %s", this->backend->name); - DEBUG_INFO("AcquireLock : %s", this->useAcquireLock ? "enabled" : "disabled"); DEBUG_INFO("Damage-aware copy : %s", this->disableDamage ? "disabled" : "enabled" ); for (int i = 0; i < this->maxTextures; ++i)