]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10054
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 17 Feb 2017 20:43:18 +0000 (14:43 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 17 Feb 2017 20:43:18 +0000 (14:43 -0600)
src/mod/event_handlers/mod_smpp/mod_smpp_gateway.c

index 15448178293d63ff3af2ed0a269cd9d3512e55fc..ed965860398d09ca654d0cfe67862a40d66cc44c 100644 (file)
@@ -317,9 +317,7 @@ static void *SWITCH_THREAD_FUNC mod_smpp_gateway_read_thread(switch_thread_t *th
 
                if ( mod_smpp_gateway_connection_read(gateway, &event, &command_id) != SWITCH_STATUS_SUCCESS) {
                        if ( gateway->running ) {
-                               printf("WTF??\n");
                                if ( mod_smpp_gateway_connect(gateway) != SWITCH_STATUS_SUCCESS) {
-                               printf("WTF2??\n");
                                        switch_sleep(1000 * 1000);
                                }
                        }