From: Brian West Date: Mon, 14 Jul 2008 18:07:44 +0000 (+0000) Subject: woops left a debug in there X-Git-Tag: v1.0.1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a132987f01802c8c1bb580efcf2f720c75a313d1;p=thirdparty%2Ffreeswitch.git woops left a debug in there git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9020 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c b/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c index 3c543719e9..549b6c8972 100644 --- a/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c +++ b/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c @@ -264,7 +264,6 @@ static switch_status_t pocketsphinx_asr_feed(switch_asr_handle_t *ah, void *data /* only feed ps_process_raw when we are listening */ if (ps->listening) { switch_mutex_lock(ps->flag_mutex); - printf("."); rv = ps_process_raw(ps->ps, (int16 *)data, len / 2 , FALSE, FALSE); switch_mutex_unlock(ps->flag_mutex); }