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

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

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

am: 22f61111

Change-Id: Icaff0e2cc4ebeb1f36b8597ee11457779aeca06f
parents 2a08ccdd 22f61111
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4686,8 +4686,6 @@ public class TelephonyManager {
            return;
        }

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