Skip to content

Commit fb36815

Browse files
committed
renderer: remove spammy log
1 parent df3fba1 commit fb36815

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/render/Renderer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,6 @@ SExplicitSyncSettings CHyprRenderer::getExplicitSyncSettings(SP<Aquamarine::IOut
23452345
settings.explicitKMSEnabled = *PENABLEEXPLICITKMS;
23462346

23472347
if (!output->supportsExplicit) {
2348-
Debug::log(LOG, "Renderer: the aquamarine output does not support explicit, explicit settings are disabled.");
23492348
settings.explicitEnabled = false;
23502349
settings.explicitKMSEnabled = false;
23512350

0 commit comments

Comments
 (0)