From 38249997213608f7bf35ed04d2388f0e8b17ab6c Mon Sep 17 00:00:00 2001 From: Blue Fox Date: Sun, 21 Aug 2022 17:27:28 +0200 Subject: [PATCH] Removed 1 remaining debug output --- display.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/display.ino b/display.ino index 4ad5aec..2631c9b 100644 --- a/display.ino +++ b/display.ino @@ -52,8 +52,6 @@ void showDailyText(String losung, String lehrtext, String losungPosition, String losung = removeSpecialChars(losung); lehrtext = removeSpecialChars(lehrtext); - Serial.println(lehrtext); - // position vars int text_x = 0; int text_y = 0;