summaryrefslogtreecommitdiff
path: root/src/drivers/bluetooth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/bluetooth.cpp')
-rw-r--r--src/drivers/bluetooth.cpp1
1 files changed, 0 insertions, 1 deletions
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)) {