Fix remove useless log

This commit is contained in:
Stephan Hadinger 2019-10-20 17:28:34 +02:00
parent 833845e602
commit 8d857ef8e2
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}
}
}