From 5efcd0d3ee23ccd52e4ee831f85fd5f03d6f4f11 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 9 Oct 2006 17:12:00 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3010 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_amr/mod_amr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mod/codecs/mod_amr/mod_amr.c b/src/mod/codecs/mod_amr/mod_amr.c index 7228ab80b7..20bd5cbbaa 100644 --- a/src/mod/codecs/mod_amr/mod_amr.c +++ b/src/mod/codecs/mod_amr/mod_amr.c @@ -115,8 +115,7 @@ static switch_status_t switch_amr_init(switch_codec_t *codec, switch_codec_flag_ } if ((arg = strchr(data, '='))) { *arg++ = '\0'; - - printf("Codec arg %d [%s]=[%s]\n", x, data, arg); + //printf("Codec arg %d [%s]=[%s]\n", x, data, arg); } }