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

Commit 033de467 authored by Pengquan Meng's avatar Pengquan Meng Committed by Gerrit Code Review
Browse files

Merge "Cleanup TelephonyManager's log"

parents 47e1d11b dd056c9b
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);
    }