Merge "Remove spammy log line."

This commit is contained in:
Amit Mahajan
2020-06-30 00:07:44 +00:00
committed by Gerrit Code Review

View File

@@ -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();