diff options
author | Mathias Agopian <mathias@google.com> | 2009-06-03 18:30:22 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-06-03 18:30:22 -0700 |
commit | f909cb6c69aa3ac8ffb6a2b9cd565b4b1e8b99c0 (patch) | |
tree | 1473064f601e5bd8b6c0cbbc59a3f30123817e52 /opengl/libs/EGL | |
parent | acdebe352dc7dadc1122a87d45137fd2441b329a (diff) | |
download | frameworks_native-f909cb6c69aa3ac8ffb6a2b9cd565b4b1e8b99c0.zip frameworks_native-f909cb6c69aa3ac8ffb6a2b9cd565b4b1e8b99c0.tar.gz frameworks_native-f909cb6c69aa3ac8ffb6a2b9cd565b4b1e8b99c0.tar.bz2 |
remove some spurious debuging LOGD
Diffstat (limited to 'opengl/libs/EGL')
-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 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) ); } } |