Remove debug statement

This commit is contained in:
jacob.eva 2025-02-10 14:06:08 +00:00
parent 821e8d47e9
commit 9871a65d50
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

@ -1495,9 +1495,6 @@ void loop() {
}
tx_queue_handler(selected_radio);
selected_radio->checkModemStatus();
// debug
Serial.write("Bitrate :"); Serial.print(selected_radio->getBitrate()); Serial.write("\n");
}
} else {