Skip to content

Commit bc89eab

Browse files
Thalleynashif
authored andcommitted
Bluetooth: BAP: Remove bad log error from bt_audio_valid_codec
There was a LOG_ERR from debugging. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 6e940c5 commit bc89eab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/audio/bap_stream.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ bool bt_audio_valid_codec(const struct bt_codec *codec)
221221
}
222222

223223
for (size_t i = 0U; i < codec->meta_count; i++) {
224-
LOG_ERR("META %zu", i);
225224
if (!bt_audio_valid_codec_data(&codec->meta[i])) {
226225
LOG_DBG("codec->meta[%zu] invalid", i);
227226
return false;

0 commit comments

Comments
 (0)