diff --git a/source/BNO08x.cpp b/source/BNO08x.cpp index f3dc5a5..7e1dd68 100644 --- a/source/BNO08x.cpp +++ b/source/BNO08x.cpp @@ -668,8 +668,6 @@ esp_err_t BNO08x::init_tasks() &cb_task_hdl, CB_TASK_AFFINITY); - ESP_LOGW(TAG, "cb_task affinity: %d", CB_TASK_AFFINITY); - if (task_created != pdTRUE) { // clang-format off