]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
wtf
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 14 Feb 2012 16:52:38 +0000 (10:52 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 14 Feb 2012 16:52:38 +0000 (10:52 -0600)
src/mod/endpoints/mod_sofia/sofia_presence.c

index ae55dd434e814a5589220a9e55496b738c4e6361..9b70becef7ff6df34dd37c28b2b9ea847db94591 100644 (file)
@@ -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";
                }