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

Commit 1f8a0db3 authored by Romain Guy's avatar Romain Guy
Browse files

Remove stray log

Change-Id: I392eea216ad67f376ded802c19a3e2287aacc6f8
parent 78dd96d5
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();