]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11421: [mod_sofia] Cleanup.
authorAndrey Volk <andywolk@gmail.com>
Fri, 21 Jun 2019 16:58:12 +0000 (20:58 +0400)
committerAndrey Volk <andywolk@gmail.com>
Fri, 21 Jun 2019 16:58:12 +0000 (20:58 +0400)
src/mod/endpoints/mod_sofia/mod_sofia.c

index c2900cf51599cbf7e5ee4df69a365f7e37e4a60b..0da976608d88b347b6c5a58a0ba0679abd05b6d3 100644 (file)
@@ -2183,7 +2183,6 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
                break;
        case SWITCH_MESSAGE_INDICATE_RESPOND:
                {
-                       printf("WHAT THE FUCKING HELL? %d\n", switch_channel_test_flag(tech_pvt->channel, CF_AWAITING_STREAM_CHANGE));
                        if (switch_channel_test_flag(tech_pvt->channel, CF_AWAITING_STREAM_CHANGE)) {
                                switch_channel_clear_flag(tech_pvt->channel, CF_AWAITING_STREAM_CHANGE);