summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-03 18:30:22 -0700
committerMathias Agopian <mathias@google.com>2009-06-03 18:30:22 -0700
commitf909cb6c69aa3ac8ffb6a2b9cd565b4b1e8b99c0 (patch)
tree1473064f601e5bd8b6c0cbbc59a3f30123817e52 /opengl/libs/EGL
parentacdebe352dc7dadc1122a87d45137fd2441b329a (diff)
downloadframeworks_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.cpp2
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) );
}
}