remove test log output

This commit is contained in:
flyinggorilla 2025-04-20 11:45:45 +02:00
parent a81d760ff8
commit 5e4507fb4d
1 changed files with 0 additions and 2 deletions

View File

@ -668,8 +668,6 @@ esp_err_t BNO08x::init_tasks()
&cb_task_hdl, &cb_task_hdl,
CB_TASK_AFFINITY); CB_TASK_AFFINITY);
ESP_LOGW(TAG, "cb_task affinity: %d", CB_TASK_AFFINITY);
if (task_created != pdTRUE) if (task_created != pdTRUE)
{ {
// clang-format off // clang-format off