[LR11x0] Remove debug hexdump
This commit is contained in:
parent
15b8489f1d
commit
0a77cae0de
1 changed files with 0 additions and 1 deletions
|
@ -1797,7 +1797,6 @@ int16_t LR11x0::getGnssScanResult(uint16_t size) {
|
|||
state = this->gnssReadResults(res, size);
|
||||
RADIOLIB_ASSERT(state);
|
||||
RADIOLIB_DEBUG_BASIC_PRINTLN("Result type: %02x", (int)res[0]);
|
||||
Module::hexdump(NULL, res, size);
|
||||
|
||||
return(state);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue