浏览代码

modules_k/rls: removed some debug that was left-over from the development

pd 14 年之前
父节点
当前提交
3ac41f0ceb
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      modules_k/rls/subscribe.c

+ 0 - 1
modules_k/rls/subscribe.c

@@ -668,7 +668,6 @@ int rls_handle_subscribe(struct sip_msg* msg, char* s1, char* s2)
 	{
 		if(subs.expires==0)
 		{
-			LM_ERR( "rls_db removing expired rls subs\n" );
 			delete_rlsdb( &subs.callid, &subs.to_tag, &subs.from_tag );
 		}
 	}