From 6c7fd7958c48fa2664dd3af052d506dccc088648 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 28 May 2017 19:44:01 +0200 Subject: [PATCH] codac_amr: Remove printf() left from debugging/testing --- src/codec_amr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/codec_amr.c b/src/codec_amr.c index 9922ece..4aae733 100644 --- a/src/codec_amr.c +++ b/src/codec_amr.c @@ -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,