ported from UXP: Issue #3079 - Silence EGL library load logging (e37be1c0)

This commit is contained in:
2026-05-08 06:57:43 +08:00
parent 728362126a
commit 2cf4e29fe1
-2
View File
@@ -355,7 +355,6 @@ GLLibraryEGL::EnsureInitialized(bool forceAccel, nsACString* const out_failureId
#endif
if (!mEGLLibrary) {
printf_stderr("Attempting load of libEGL.so\n");
mEGLLibrary = PR_LoadLibrary("libEGL.so");
}
#if defined(XP_UNIX)
@@ -786,4 +785,3 @@ GLLibraryEGL::AfterGLCall(const char* glFunction)
} /* namespace gl */
} /* namespace mozilla */