Skip to content

Commit 05c0e3f

Browse files
pennamfacchinm
authored andcommitted
ATHandler: do not temporarily change debug options to partially trace AT commands
1 parent f2a6948 commit 05c0e3f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

connectivity/cellular/source/framework/device/ATHandler.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,12 +1244,7 @@ void ATHandler::handle_start(const char *cmd, const char *cmd_chr)
12441244
}
12451245
_cmd_buffer[len] = '\0';
12461246

1247-
const bool temp_state = get_debug();
1248-
set_debug(true);
1249-
12501247
cmd_start(_cmd_buffer);
1251-
1252-
set_debug(temp_state);
12531248
}
12541249

12551250
void ATHandler::cmd_start_stop(const char *cmd, const char *cmd_chr, const char *format, ...)

0 commit comments

Comments
 (0)