]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove extra error log where not needed
authorBrian West <brian@freeswitch.org>
Tue, 29 Dec 2009 17:59:30 +0000 (17:59 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 29 Dec 2009 17:59:30 +0000 (17:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16077 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_play_say.c

index 167605017ca4a5e3e721ff8d42adc3e9a2115279..17ba412efb19acb35e892aac21c57c0c0d5fad19 100644 (file)
@@ -1726,7 +1726,6 @@ SWITCH_DECLARE(switch_status_t) switch_play_and_get_digits(switch_core_session_t
                                                                                                                   const char *digits_regex)
 {
        switch_channel_t *channel = switch_core_session_get_channel(session);
-       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "enter to switch_play_and_get_digits.\n");
 
        while(switch_channel_ready(channel) && max_tries) {
                switch_status_t status;