[Freeswitch-svn] [commit] r9905 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN brian at freeswitch.org
Wed Oct 8 21:05:14 EDT 2008


Author: brian
Date: Wed Oct  8 21:05:14 2008
New Revision: 9905

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c

Log:
remove debug that is no longer needed

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c	Wed Oct  8 21:05:14 2008
@@ -885,7 +885,6 @@
 	}
 
 	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;
 	}
 



More information about the Freeswitch-svn mailing list