Module: sems Branch: master Commit: 9e65554b413e4d901d2a66fc8e255e06fcbe5e14 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9e65554b413e4d901d2a66fc8e255e06fcbe5e14
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Fri Mar 4 14:30:06 2011 +0100 removed superfluous debug message --- core/plug-in/speex/speex.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/core/plug-in/speex/speex.c b/core/plug-in/speex/speex.c index 9191e89..bb5bec8 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; } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
