mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
Issue #3079 - Silence EGL library load logging
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user