Merge "Cleanup TelephonyManager's log"

This commit is contained in:
Pengquan Meng
2018-02-22 05:19:11 +00:00
committed by Gerrit Code Review

View File

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