Remove debug logs

This commit is contained in:
Edward Firmo
2024-03-17 14:37:27 +01:00
parent d28ab920c8
commit 9cd8f6121f

View File

@@ -1971,11 +1971,8 @@ script:
page: string
then:
- lambda: |-
ESP_LOGD("DEBUG", "goto_page: from %s to %s", current_page->state.c_str(), page.c_str());
if (current_page->state != page) {
disp1->goto_page(page.c_str());
} else {
ESP_LOGE("DEBUG", "goto_page: from %s to %s", current_page->state.c_str(), page.c_str());
}
- id: ha_button
@@ -2111,7 +2108,6 @@ script:
condition:
- lambda: return (wifi_component->is_connected() and api_server->is_connected() and blueprint_status->state > 99);
timeout: 5s
- rtttl.play: "DEBUG:d=8,o=5,b=100:e6"
- lambda: |-
boot_progress->execute(5);
disp1->send_command_printf("brightness=%i", int(display_brightness->state));