remove log

This commit is contained in:
Benny Nestler 2022-03-30 07:50:39 +02:00
parent d41a143446
commit fa3b88b6a8
1 changed files with 0 additions and 2 deletions

View File

@ -558,8 +558,6 @@ void TuyaSendString(uint8_t id, char data[]) {
}
void TuyaSendRaw(uint8_t id, char data[]) {
AddLog(LOG_LEVEL_ERROR, PSTR("TYA: Send Raw-Data from string: %s"), data);
char* beginPos = strchr(data, 'x');
if(!beginPos) {
beginPos = strchr(data, 'X');