Clean-up logs

To reduce RAM requirements
This commit is contained in:
Edward Firmo
2024-03-08 13:23:30 +01:00
parent 1d52396e96
commit 32e9246ace
2 changed files with 0 additions and 20 deletions

View File

@@ -50,9 +50,6 @@ api:
url: string
then:
- lambda: |-
static const char *const TAG = "addon_upload_tft.api.services.upload_tft";
ESP_LOGD(TAG, "Custom TFT file upload requested");
ESP_LOGD(TAG, " URL: %s", url.c_str());
std::string clean_url = url;
// Convert to lowercase
std::transform(clean_url.begin(), clean_url.end(), clean_url.begin(),