core: remove spammy log

fixes #122
This commit is contained in:
Vaxry 2025-05-14 00:50:05 +02:00
parent 980ebd486b
commit b0c0db66fa

View file

@ -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;
}