From: Anthony Minessale Date: Tue, 14 Feb 2012 16:52:38 +0000 (-0600) Subject: wtf X-Git-Tag: v1.2-rc1~19^2^2~68^2~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f507f89eb0418578650cb0321f9644dd2fe81ad5;p=thirdparty%2Ffreeswitch.git wtf --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index ae55dd434e..9b70becef7 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -2421,12 +2421,6 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * default_dialog = "full" ; } - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "WTF [%s][%s]\n", user_agent, default_dialog); - - - - - if (call_state && !strcasecmp(call_state, "cs_hangup")) { astate = "hangup"; }