example/a2dp_sink_demo: clean up debug output

This commit is contained in:
Matthias Ringwald 2022-03-15 16:34:29 +01:00
parent 166658603a
commit ed129911d0

View File

@ -877,8 +877,7 @@ static void a2dp_sink_packet_handler(uint8_t packet_type, uint16_t channel, uint
break;
default:
printf("A2DP Sink : Not parsed 0x%02x\n", packet[2]);
break;
break;
}
}