summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2013-05-06 11:15:28 -0700
committerRomain Guy <romainguy@google.com>2013-05-06 11:15:28 -0700
commit1f8a0db348f6c7bf2d1f55065472c913677f3d69 (patch)
tree9ddf5af099523b7501488c932bdbb0bc78742a6e /libs
parent78dd96d5af20f489f0e8b288617d57774ec284f7 (diff)
downloadframeworks_base-1f8a0db348f6c7bf2d1f55065472c913677f3d69.zip
frameworks_base-1f8a0db348f6c7bf2d1f55065472c913677f3d69.tar.gz
frameworks_base-1f8a0db348f6c7bf2d1f55065472c913677f3d69.tar.bz2
Remove stray log
Change-Id: I392eea216ad67f376ded802c19a3e2287aacc6f8
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/PatchCache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/PatchCache.cpp b/libs/hwui/PatchCache.cpp
index 5fa75e9..c2b28d1 100644
--- a/libs/hwui/PatchCache.cpp
+++ b/libs/hwui/PatchCache.cpp
@@ -81,7 +81,6 @@ void PatchCache::clear() {
void PatchCache::clearCache() {
LruCache<PatchDescription, Patch*>::Iterator i(mCache);
while (i.next()) {
- ALOGD("Delete %p", i.value());
delete i.value();
}
mCache.clear();