diff --git a/src/main_sdl2.cpp b/src/main_sdl2.cpp index 8c0be57a..13f926e6 100644 --- a/src/main_sdl2.cpp +++ b/src/main_sdl2.cpp @@ -133,9 +133,7 @@ void setup() void loop() { - printf("1 \n"); haspLoop(); - printf("2 \n"); mqttLoop(); // debugLoop(); // Console @@ -166,7 +164,6 @@ void loop() } mainLastLoopTime += 1000; } - printf("loop\n"); // delay(6); }