Removed debug message

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-01 14:01:43 +02:00
parent 9005591ada
commit 78dfa435af

View File

@@ -603,7 +603,6 @@ void TEF6686::readRDS(byte showrdserrors)
} break;
case RDS_GROUP_1A: {
Serial.println(rds.rdsC >> 12);
if (!rdsCerrorThreshold) {
if (rds.rdsC >> 12 == 0) { // ECC code readout
rds.ECC = rds.rdsC & 0xff;