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)