mirror of https://github.com/arendst/Tasmota.git
Fix remove useless log
This commit is contained in:
parent
833845e602
commit
8d857ef8e2
|
@ -834,8 +834,6 @@ void ZCLFrame::postProcessAttributes(uint16_t shortaddr, JsonObject& json) {
|
|||
|
||||
}
|
||||
}
|
||||
} else {
|
||||
AddLog_P2(LOG_LEVEL_INFO, PSTR("postProcessAttributes: wrong format for attribute : %s"), key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue