提交 a5e1fbb7 authored 作者: Brian West's avatar Brian West

remove debug that is no longer needed

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9905 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4ed389f9
...@@ -885,7 +885,6 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * ...@@ -885,7 +885,6 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
} }
if (!(nh = nua_handle_by_call_id(profile->nua, call_id))) { if (!(nh = nua_handle_by_call_id(profile->nua, call_id))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Cannot find handle for %s\n", call_id);
goto end; goto end;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论