From 799af8dd1dd7e01c9ded23bed30749e20f68c8e5 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Fri, 24 Apr 2009 18:16:44 -0700 Subject: [PATCH] oops forgot to remove a LOGD when loading an opengl driver --- opengl/libs/EGL/egl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;