Merge "Cleanup TelephonyManager's log"

am: 033de4676b

Change-Id: I808ab4b142afcbf6c752b7f4f24d60500ab1cb51
This commit is contained in:
Pengquan Meng
2018-02-22 07:02:54 +00:00
committed by android-build-merger

View File

@@ -4675,8 +4675,6 @@ public class TelephonyManager {
return; return;
} }
Rlog.d(TAG, "setTelephonyProperty: success phoneId=" + phoneId +
" property=" + property + " value: " + value + " propVal=" + propVal);
SystemProperties.set(property, propVal); SystemProperties.set(property, propVal);
} }