mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:45:59 +01:00
renderer: remove old debug log
This commit is contained in:
parent
9ec656a37d
commit
763bb2d3bc
1 changed files with 0 additions and 3 deletions
|
@ -2054,9 +2054,6 @@ void CHyprRenderer::recheckSolitaryForMonitor(CMonitor* pMonitor) {
|
||||||
wlr_xdg_surface_for_each_popup_surface(PCANDIDATE->m_uSurface.xdg, countSubsurfacesIter, &surfaceCount);
|
wlr_xdg_surface_for_each_popup_surface(PCANDIDATE->m_uSurface.xdg, countSubsurfacesIter, &surfaceCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (surfaceCount != 1)
|
|
||||||
Debug::log(LOG, "fuf: >1 surf");
|
|
||||||
|
|
||||||
// found one!
|
// found one!
|
||||||
pMonitor->solitaryClient = PCANDIDATE;
|
pMonitor->solitaryClient = PCANDIDATE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue