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

Commit 62747fee authored by Pengquan Meng's avatar Pengquan Meng Committed by android-build-merger
Browse files

Merge "Cleanup TelephonyManager's log" am: 033de467 am: 22f61111

am: bfb00f97

Change-Id: Iccc3d497bf28906f4da54eef3acbd72dc04bfd3c
parents a433bdc9 bfb00f97
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4849,8 +4849,6 @@ public class TelephonyManager {
            return;
        }

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