whoops, remove chatty logging

custom
jacqueline 2 years ago
parent 61c91b3cdb
commit f0a4b4cf50
  1. 1
      src/drivers/display.cpp

@ -183,7 +183,6 @@ void Display::SendTransaction(TransactionType type,
if (length == 0) {
return;
}
ESP_LOGI(kTag, "lvgl transaction");
// TODO: Use a memory pool for these.
spi_transaction_t* transaction = (spi_transaction_t*)heap_caps_calloc(

Loading…
Cancel
Save