test/pts: clean test

This commit is contained in:
Milanka Ringwald 2021-05-06 19:53:23 +02:00
parent 1893685558
commit f4950f02ec

View File

@ -901,7 +901,6 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
if (is_cmd_triggered_locally){
is_cmd_triggered_locally = 0;
}
printf("AVDTP Sink event 0x%02x not parsed\n", packet[2]);
break;
}
}