summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/Loader.cpp
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
commit4098d78b3507bfecce9f7a8a4b5d334c7842ff88 (patch)
tree4b1e5ada08d6c2976a401483190ad28451f1f47c /opengl/libs/EGL/Loader.cpp
parentb4b4c11f82e88f9a1cecd97460a9fcc192b37612 (diff)
downloadframeworks_base-4098d78b3507bfecce9f7a8a4b5d334c7842ff88.zip
frameworks_base-4098d78b3507bfecce9f7a8a4b5d334c7842ff88.tar.gz
frameworks_base-4098d78b3507bfecce9f7a8a4b5d334c7842ff88.tar.bz2
remove some spurious debuging LOGD
Diffstat (limited to 'opengl/libs/EGL/Loader.cpp')
-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) );
}
}