Skip to content

Commit b153bb3

Browse files
author
Cruz Monrreal
authored
Merge pull request #8057 from korjaa/remove_sim_pin_print
Removed cellular PIN code print from debug log.
2 parents ebb0d02 + 473ac20 commit b153bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/easy_cellular/CellularConnectionFSM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ bool CellularConnectionFSM::open_sim()
185185

186186
if (state == CellularSIM::SimStatePinNeeded) {
187187
if (strlen(_sim_pin)) {
188-
tr_info("SIM pin required, entering pin: %s", _sim_pin);
188+
tr_info("SIM pin required, entering pin");
189189
nsapi_error_t err = _sim->set_pin(_sim_pin);
190190
if (err) {
191191
tr_error("SIM pin set failed with: %d, bailing out...", err);

0 commit comments

Comments
 (0)