From a8adc886b27622b5992230359a346fa38493eba4 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 17 Feb 2017 14:43:18 -0600 Subject: [PATCH] FS-10054 --- src/mod/event_handlers/mod_smpp/mod_smpp_gateway.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod/event_handlers/mod_smpp/mod_smpp_gateway.c b/src/mod/event_handlers/mod_smpp/mod_smpp_gateway.c index 1544817829..ed96586039 100644 --- a/src/mod/event_handlers/mod_smpp/mod_smpp_gateway.c +++ b/src/mod/event_handlers/mod_smpp/mod_smpp_gateway.c @@ -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); } }