pdmonboard: reduce logging messages.

This commit is contained in:
Maxim Poliakovski 2022-02-26 13:37:47 +01:00
parent 932a6ae01e
commit 827d7f10dd

View File

@ -107,7 +107,6 @@ void PdmOnboardVideo::set_clut_color(uint8_t color)
{
this->clut_color[this->comp_index++] = color;
if (this->comp_index >= 3) {
LOG_F(INFO, "PDM-Video: received color for index %d", this->clut_index);
// TODO: combine separate components into a single ARGB value
this->palette[this->clut_index][0] = this->clut_color[0];
this->palette[this->clut_index][1] = this->clut_color[1];