Removed forgotten debug

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-15 00:45:07 +02:00
parent b8b1c8ae9d
commit 8205412920

View File

@@ -731,7 +731,6 @@ void showCT() {
if (rds_clock != rds_clockold) {
if (radio.rds.hasCT) {
tftReplace(1, rds_clockold, rds_clock, 205, 163, PrimaryColor, PrimaryColorSmooth, 16);
Serial.println(rds_clock);
} else {
tftPrint(1, rds_clock, 205, 163, BackgroundColor, BackgroundColor, 16);
}