aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/codec_amr.c2
1 files changed, 0 insertions, 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,