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

Commit c1b891f3 authored by Amit Mahajan's avatar Amit Mahajan Committed by Gerrit Code Review
Browse files

Merge "Remove spammy log line."

parents a4ddee21 d9b216af
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();