From: Anthony Minessale Date: Sat, 21 Feb 2009 23:47:09 +0000 (+0000) Subject: oops X-Git-Tag: v1.0.4~1871 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d6f3f4403673b8ded6184e52a6f82202c4a06f;p=thirdparty%2Ffreeswitch.git oops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12229 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_ivr_play_say.c b/src/switch_ivr_play_say.c index a4e47bfbf4..17abf38ce9 100644 --- a/src/switch_ivr_play_say.c +++ b/src/switch_ivr_play_say.c @@ -1059,8 +1059,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_play_file(switch_core_session_t *sess switch_channel_dequeue_dtmf(channel, &dtmf); if (args->input_callback) { status = args->input_callback(session, (void *) &dtmf, SWITCH_INPUT_TYPE_DTMF, args->buf, args->buflen); - printf("CORE %c %d\n", dtmf.digit, status); - } else { *((char *) args->buf) = dtmf.digit; status = SWITCH_STATUS_BREAK;