diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-02-10 15:33:24 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-02-10 15:33:24 +1100 |
| commit | f0a4b4cf502987478208dcb6bfeab995a3c8cd55 (patch) | |
| tree | 665e551e7b9fded4043282def88cadd7f37ca4c5 /src | |
| parent | 61c91b3cdb2c9dd655f3adf0f461f5cefb3b2e9b (diff) | |
| download | tangara-fw-f0a4b4cf502987478208dcb6bfeab995a3c8cd55.tar.gz | |
whoops, remove chatty logging
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( |
