From 820541292017559f46f1606279d4d8b8572bc9b8 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Sun, 15 Oct 2023 00:45:07 +0200 Subject: [PATCH] Removed forgotten debug --- src/rds.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rds.cpp b/src/rds.cpp index eecf6a8..ae03f2d 100644 --- a/src/rds.cpp +++ b/src/rds.cpp @@ -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); }