From 4098d78b3507bfecce9f7a8a4b5d334c7842ff88 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 3 Jun 2009 18:30:22 -0700 Subject: remove some spurious debuging LOGD --- opengl/libs/EGL/Loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opengl/libs/EGL') diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 103522e..4f9939f 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp @@ -104,7 +104,7 @@ Loader::Loader() int dpy; int impl; if (sscanf(line, "%u %u %s", &dpy, &impl, tag) == 3) { - LOGD(">>> %u %u %s", dpy, impl, tag); + //LOGD(">>> %u %u %s", dpy, impl, tag); gConfig.add( entry_t(dpy, impl, tag) ); } } -- cgit v1.1