renderer: remove spammy log

This commit is contained in:
Vaxry
2025-02-14 22:51:36 +00:00
parent df3fba1572
commit fb36815b01

View File

@@ -2345,7 +2345,6 @@ SExplicitSyncSettings CHyprRenderer::getExplicitSyncSettings(SP<Aquamarine::IOut
settings.explicitKMSEnabled = *PENABLEEXPLICITKMS;
if (!output->supportsExplicit) {
Debug::log(LOG, "Renderer: the aquamarine output does not support explicit, explicit settings are disabled.");
settings.explicitEnabled = false;
settings.explicitKMSEnabled = false;