Remove spammy log line.

Test: TH
Bug: 157172358
Change-Id: Ib76bd317bdd21ef6c1272d38f102f8e40b66d9b8
This commit is contained in:
Amit Mahajan
2020-05-26 14:51:21 -07:00
parent 535e4abdd2
commit 5c5635ac7d

View File

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