renderer: remove old debug log

This commit is contained in:
vaxerski 2023-10-02 10:50:33 +01:00
parent 9ec656a37d
commit 763bb2d3bc

View File

@ -2054,9 +2054,6 @@ void CHyprRenderer::recheckSolitaryForMonitor(CMonitor* pMonitor) {
wlr_xdg_surface_for_each_popup_surface(PCANDIDATE->m_uSurface.xdg, countSubsurfacesIter, &surfaceCount);
}
if (surfaceCount != 1)
Debug::log(LOG, "fuf: >1 surf");
// found one!
pMonitor->solitaryClient = PCANDIDATE;
}