From 5e4507fb4d592c95d6d27ccfb7d30ae87c083e84 Mon Sep 17 00:00:00 2001 From: flyinggorilla Date: Sun, 20 Apr 2025 11:45:45 +0200 Subject: [PATCH] remove test log output --- source/BNO08x.cpp | 2 -- 1 file changed, 2 deletions(-) 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