Issue #3079 - Silence EGL library load logging

This commit is contained in:
Basilisk-Dev
2026-05-05 10:12:17 -04:00
committed by roytam1
parent 5f72c9b23b
commit e37be1c0e7
-2
View File
@@ -312,7 +312,6 @@ GLLibraryEGL::EnsureInitialized(bool forceAccel, nsACString* const out_failureId
// libEGL.so and libEGL.so.1 in that order.
if (!mEGLLibrary) {
printf_stderr("Attempting load of libEGL.so\n");
mEGLLibrary = PR_LoadLibrary("libEGL.so");
}
#if defined(XP_UNIX)
@@ -705,4 +704,3 @@ GLLibraryEGL::AfterGLCall(const char* glFunction)
} /* namespace gl */
} /* namespace mozilla */