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

Commit 50c692b9 authored by Grant Menke's avatar Grant Menke Committed by Automerger Merge Worker
Browse files

Remove DefaultDialerCache spam logging. am: 4a2bb7d2

parents edff648c 4a2bb7d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ public class DefaultDialerCache {
            if (packageName == null ||
                    Objects.equals(packageName, mCurrentDefaultDialerPerUser.get(userId))) {
                String newDefaultDialer = refreshCacheForUser(userId);
                Log.i(LOG_TAG, "Refreshing default dialer for user %d: now %s",
                Log.v(LOG_TAG, "Refreshing default dialer for user %d: now %s",
                        userId, newDefaultDialer);
            }
        }