diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index ff005e2a3b262..5ed3ecc83e25e 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -346,7 +346,7 @@ void *load_driver(const char* driver, gl_hooks_t* hooks) } } if (f == NULL) { - LOGD("%s", name); + //LOGD("%s", name); f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; } *curr++ = f;