From 6310318cadc49e585a87891ad2b9d2e0138f2137 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 14 Sep 2011 11:50:36 -0500 Subject: [PATCH] wtf --- src/mod/endpoints/mod_sofia/mod_sofia.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 270c6c3e40..8ef3b92663 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -1986,8 +1986,6 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi number = tech_pvt->caller_profile->destination_number; } - printf("WTF [%s][%s]\n", name, number); - if (!sofia_test_flag(tech_pvt, TFLAG_UPDATING_DISPLAY)) { if (zstr(tech_pvt->last_sent_callee_id_name) || strcmp(tech_pvt->last_sent_callee_id_name, name) || zstr(tech_pvt->last_sent_callee_id_number) || strcmp(tech_pvt->last_sent_callee_id_number, number)) {