浏览代码

modules/ims_usrloc_scscf: removed protoype debugging code

jaybeepee 9 年之前
父节点
当前提交
9fbf7a737b
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      modules/ims_usrloc_scscf/contact_dlg_handlers.c

+ 0 - 4
modules/ims_usrloc_scscf/contact_dlg_handlers.c

@@ -177,8 +177,4 @@ static void contact_dlg_handler(struct dlg_cell* dlg, int cb_types, struct dlg_c
             i_terminated_count++;
             break;
     }
-    if (i_confirmed_count > 100 && !(i_confirmed_count % 100))
-    {
-        LM_ERR("Curent confirmed count %d terminated count %d \n",i_confirmed_count, i_terminated_count);
-    }
 }