Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f29f0fbe authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Remove stray log"

parents fec12d1f 1f8a0db3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();