[LR11x0] Remove debug hexdump

This commit is contained in:
jgromes 2024-07-18 17:25:53 +02:00
parent 15b8489f1d
commit 0a77cae0de

View file

@ -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);
}