Stop spamming console

This commit is contained in:
Adam Novak 2022-02-17 10:27:51 -05:00
parent 15d1cdc526
commit ccc83a5c6b

View File

@ -735,7 +735,6 @@ uint8_t ISR_VECT LoRaClass::singleTransfer(uint8_t address, uint8_t value)
int status; int status;
std::cerr << "Access SPI at " << _fd << std::endl;
if (_fd <= 0) { if (_fd <= 0) {
throw std::runtime_error("Accessing SPI device without begin()!"); throw std::runtime_error("Accessing SPI device without begin()!");
} }