commit | 4098d78b3507bfecce9f7a8a4b5d334c7842ff88 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Jun 03 18:30:22 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Jun 03 18:30:22 2009 -0700 |
tree | 4b1e5ada08d6c2976a401483190ad28451f1f47c | |
parent | b4b4c11f82e88f9a1cecd97460a9fcc192b37612 [diff] [blame] |
remove some spurious debuging LOGD
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 @@ 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) ); } }