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

Commit f863c41d authored by Amit Mahajan's avatar Amit Mahajan Committed by Automerger Merge Worker
Browse files

Merge "Remove spammy log line." am: c1b891f3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1352925

Change-Id: I4ecd2c685456b7537d8123c7b82b186a36c93083
parents a577c275 c1b891f3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12608,7 +12608,6 @@ public class TelephonyManager {
            @Nullable String mvnoMatchData) {
        try {
            if (!mccmnc.equals(getSimOperator())) {
                Log.d(TAG, "The mccmnc does not match");
                return false;
            }
            ITelephony service = getITelephony();