Merge "Cleanup TelephonyManager's log" am: 033de4676b am: 22f61111bd

am: bfb00f97af

Change-Id: Iccc3d497bf28906f4da54eef3acbd72dc04bfd3c
This commit is contained in:
Pengquan Meng
2018-02-22 15:53:27 +00:00
committed by android-build-merger

View File

@@ -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);
}