From 0a77cae0de786fa635e5984a605868d56f16b4ec Mon Sep 17 00:00:00 2001
From: jgromes <jan.gromes@gmail.com>
Date: Thu, 18 Jul 2024 17:25:53 +0200
Subject: [PATCH] [LR11x0] Remove debug hexdump

---
 src/modules/LR11x0/LR11x0.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/LR11x0/LR11x0.cpp b/src/modules/LR11x0/LR11x0.cpp
index a20d04b9..c416b2d6 100644
--- a/src/modules/LR11x0/LR11x0.cpp
+++ b/src/modules/LR11x0/LR11x0.cpp
@@ -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);
 }