We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3fba1 commit fb36815Copy full SHA for fb36815
src/render/Renderer.cpp
@@ -2345,7 +2345,6 @@ SExplicitSyncSettings CHyprRenderer::getExplicitSyncSettings(SP<Aquamarine::IOut
2345
settings.explicitKMSEnabled = *PENABLEEXPLICITKMS;
2346
2347
if (!output->supportsExplicit) {
2348
- Debug::log(LOG, "Renderer: the aquamarine output does not support explicit, explicit settings are disabled.");
2349
settings.explicitEnabled = false;
2350
settings.explicitKMSEnabled = false;
2351
0 commit comments