diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/display.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/display.cpp b/src/drivers/display.cpp index 8d62cda2..ce8e7169 100644 --- a/src/drivers/display.cpp +++ b/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( |
