diff --git a/src/hyprpicker.cpp b/src/hyprpicker.cpp index 9618f31..b95bde4 100644 --- a/src/hyprpicker.cpp +++ b/src/hyprpicker.cpp @@ -341,7 +341,8 @@ void CHyprpicker::renderSurface(CLayerSurface* pSurface, bool forceInactive) { const auto PBUFFER = getBufferForLS(pSurface); if (!PBUFFER || !pSurface->screenBuffer) { - Debug::log(ERR, PBUFFER ? "renderSurface: pSurface->screenBuffer null" : "renderSurface: PBUFFER null"); + // Spammy log, doesn't matter. + // Debug::log(ERR, PBUFFER ? "renderSurface: pSurface->screenBuffer null" : "renderSurface: PBUFFER null"); return; }