[sr-dev] git:master: htable: remove a leftover debugging log

Ovidiu Sas osas at voipembedded.com
Tue Feb 25 17:22:15 CET 2014


Module: sip-router
Branch: master
Commit: 1e47014ccfae08069be00f6786cdb7b10829daa5
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1e47014ccfae08069be00f6786cdb7b10829daa5

Author: Ovidiu Sas <osas at voipembedded.com>
Committer: Ovidiu Sas <osas at voipembedded.com>
Date:   Tue Feb 25 11:20:55 2014 -0500

htable: remove a leftover debugging log

---

 modules/htable/htable.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/htable/htable.c b/modules/htable/htable.c
index a5e110e..6469251 100644
--- a/modules/htable/htable.c
+++ b/modules/htable/htable.c
@@ -751,7 +751,6 @@ static void htable_rpc_get(rpc_t* rpc, void* c) {
 		strftime(expire_buf, RPC_DATE_BUF_LEN - 1,
 			"%Y-%m-%d %H:%M:%S", _expire_t);
 	}
-	LM_NOTICE("got expire [%s]\n", expire_buf);
 
 	if(htc->flags&AVP_VAL_STR) {
 		if(rpc->struct_add(vh, "SSds", "name",  &htc->name.s,




More information about the sr-dev mailing list