Ver código fonte

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

pd 14 anos atrás
pai
commit
3ac41f0ceb
1 arquivos alterados com 0 adições e 1 exclusões
  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 );
 		}
 	}