renderer: drop redundant spammy trace log

This commit is contained in:
Vaxry 2024-07-21 22:09:29 +02:00
parent 341fb4497f
commit 33e933e2a0
1 changed files with 1 additions and 3 deletions

View File

@ -236,10 +236,8 @@ static void renderSurface(SP<CWLSurfaceResource> surface, int x, int y, void* da
g_pHyprOpenGL->renderTexture(TEXTURE, &windowBox, ALPHA, rounding, false, true);
}
if (!g_pHyprRenderer->m_bBlockSurfaceFeedback) {
Debug::log(TRACE, "presentFeedback for visible surface");
if (!g_pHyprRenderer->m_bBlockSurfaceFeedback)
surface->presentFeedback(RDATA->when, RDATA->pMonitor);
}
g_pHyprOpenGL->blend(true);