remove duplicate part 2

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12984 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-04-10 14:38:58 +00:00
parent ef8411589e
commit 303c2221c4
1 changed files with 0 additions and 1 deletions

View File

@ -789,7 +789,6 @@ SWITCH_DECLARE(char *) CoreSession::playAndGetDigits(int min_digits,
dtmf_buf,
sizeof(dtmf_buf),
digits_regex);
end_allow_threads();
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "playAndGetDigits dtmf_buf: %s\n", dtmf_buf);