Remove spammy log line.

Test: TH
Bug: 157172358
Merged-in: Ib76bd317bdd21ef6c1272d38f102f8e40b66d9b8
Change-Id: Ib76bd317bdd21ef6c1272d38f102f8e40b66d9b8
(cherry picked from commit 5c5635ac7d)
This commit is contained in:
Amit Mahajan
2020-05-26 14:51:21 -07:00
parent a4ddee215e
commit d9b216af12

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