Removed cellular PIN code print from debug log.

pull/8057/head
Jaakko Korhonen 2018-09-10 14:56:04 +03:00
parent 255f28edeb
commit 473ac20017
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,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);