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

Commit 22f61111 authored by Pengquan Meng's avatar Pengquan Meng Committed by android-build-merger
Browse files

Merge "Cleanup TelephonyManager's log"

am: 033de467

Change-Id: I808ab4b142afcbf6c752b7f4f24d60500ab1cb51
parents 3b40c709 033de467
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4675,8 +4675,6 @@ public class TelephonyManager {
            return;
        }

        Rlog.d(TAG, "setTelephonyProperty: success phoneId=" + phoneId +
                " property=" + property + " value: " + value + " propVal=" + propVal);
        SystemProperties.set(property, propVal);
    }