Removed 1 remaining debug output

This commit is contained in:
Blue Fox 2022-08-21 17:27:28 +02:00
parent abb7adabbd
commit 3824999721

View File

@ -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;