From ccc83a5c6b45d5842ca3cc9f05e9932d3ba0ad25 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Thu, 17 Feb 2022 10:27:51 -0500 Subject: [PATCH] Stop spamming console --- LoRa.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LoRa.cpp b/LoRa.cpp index f95a92f..f07e402 100644 --- a/LoRa.cpp +++ b/LoRa.cpp @@ -735,7 +735,6 @@ uint8_t ISR_VECT LoRaClass::singleTransfer(uint8_t address, uint8_t value) int status; - std::cerr << "Access SPI at " << _fd << std::endl; if (_fd <= 0) { throw std::runtime_error("Accessing SPI device without begin()!"); }