remove debug printf

This commit is contained in:
Ing-Dom 2025-01-05 16:22:22 +01:00
parent d02d04f13c
commit 80c79e9eeb

View File

@ -217,7 +217,6 @@ TPAckType Bau091A::isAckRequired(uint16_t address, bool isGrpAddr)
#endif #endif
} }
printf("ack %u\n", ack);
return ack; return ack;
} }