codac_amr: Remove printf() left from debugging/testing

This commit is contained in:
Harald Welte 2017-05-28 19:44:01 +02:00
parent 0c655bce25
commit 6c7fd7958c
1 changed files with 0 additions and 2 deletions

View File

@ -88,8 +88,6 @@ codec_amr_decode(void *state, uint8_t *pcm, const uint8_t *cod, unsigned int cod
{
struct codec_amr_state *st = state;
printf("%s(): %u bytes in\n", __func__, cod_len);
BENCHMARK_START;
Decoder_Interface_Decode(
st->decoder,