remove test log output
This commit is contained in:
parent
a81d760ff8
commit
5e4507fb4d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue