diff --git a/core/plug-in/speex/speex.c b/core/plug-in/speex/speex.c index 9191e89c..bb5bec88 100644 --- a/core/plug-in/speex/speex.c +++ b/core/plug-in/speex/speex.c @@ -204,7 +204,6 @@ long speexNB_create(const char* format_parameters, amci_codec_fmt_info_t* format int mode; if (strcmp(param_value, "any")) { mode = strtol(param_value, &error, 10); - DBG("get SDP mode param=%s\n", param_value); if (error!=NULL && error!=param_value && mode>=0 && mode<=8) ss->mode = mode; }