From 9457f9021a633ab97b8259f162124857cc0acf8e Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 3 Jun 2024 20:12:03 +1000 Subject: [PATCH] u didnt see shit --- src/drivers/bluetooth.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/bluetooth.cpp b/src/drivers/bluetooth.cpp index 23039a01..8cf2b477 100644 --- a/src/drivers/bluetooth.cpp +++ b/src/drivers/bluetooth.cpp @@ -446,7 +446,6 @@ void Disabled::entry() { } void Disabled::react(const events::Enable&) { - ESP_LOGI("jacqueline", "BEGIN INIT BT"); esp_bt_controller_config_t config = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); esp_err_t err; if ((err = esp_bt_controller_init(&config) != ESP_OK)) {