diff options
| author | 2009-06-03 18:30:22 -0700 | |
|---|---|---|
| committer | 2009-06-03 18:30:22 -0700 | |
| commit | f909cb6c69aa3ac8ffb6a2b9cd565b4b1e8b99c0 (patch) | |
| tree | 1473064f601e5bd8b6c0cbbc59a3f30123817e52 | |
| parent | acdebe352dc7dadc1122a87d45137fd2441b329a (diff) | |
remove some spurious debuging LOGD
| -rw-r--r-- | opengl/libs/EGL/Loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 103522ebec..4f9939f035 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) ); } } |