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()
{
printf("1 \n");
haspLoop();
printf("2 \n");
mqttLoop();
// debugLoop(); // Console
@ -166,7 +164,6 @@ void loop()
}
mainLastLoopTime += 1000;
}
printf("loop\n");
// delay(6);
}