oops forgot to remove a LOGD when loading an opengl driver
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp
index ff005e2..5ed3ecc 100644
--- a/opengl/libs/EGL/egl.cpp
+++ b/opengl/libs/EGL/egl.cpp
@@ -346,7 +346,7 @@
                 }
             }
             if (f == NULL) {
-                LOGD("%s", name);
+                //LOGD("%s", name);
                 f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented;
             }
             *curr++ = f;