]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
oops
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 21 Feb 2009 23:47:09 +0000 (23:47 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 21 Feb 2009 23:47:09 +0000 (23:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12229 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_play_say.c

index a4e47bfbf4795168f50e5b193946325df4855e37..17abf38ce9dbe28689adc1536ede6a2242d362ab 100644 (file)
@@ -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;