Merge pull request #8057 from korjaa/remove_sim_pin_print

Removed cellular PIN code print from debug log.
pull/7948/head
Cruz Monrreal 2018-10-08 10:07:11 -05:00 committed by GitHub
commit b153bb3f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ bool CellularConnectionFSM::open_sim()
if (state == CellularSIM::SimStatePinNeeded) {
if (strlen(_sim_pin)) {
tr_info("SIM pin required, entering pin: %s", _sim_pin);
tr_info("SIM pin required, entering pin");
nsapi_error_t err = _sim->set_pin(_sim_pin);
if (err) {
tr_error("SIM pin set failed with: %d, bailing out...", err);