git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3010 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-10-09 17:12:00 +00:00
parent 071e720f87
commit 5efcd0d3ee

View File

@ -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);
}
}