Remove debug messages

This commit is contained in:
fvanroie 2021-03-05 18:04:20 +01:00
parent 7591ce4418
commit 62d26eb189

View File

@ -133,9 +133,7 @@ void setup()
void loop() void loop()
{ {
printf("1 \n");
haspLoop(); haspLoop();
printf("2 \n");
mqttLoop(); mqttLoop();
// debugLoop(); // Console // debugLoop(); // Console
@ -166,7 +164,6 @@ void loop()
} }
mainLastLoopTime += 1000; mainLastLoopTime += 1000;
} }
printf("loop\n");
// delay(6); // delay(6);
} }