From: Brian West Date: Sat, 29 Dec 2007 17:57:07 +0000 (+0000) Subject: more cleanup X-Git-Tag: v1.0-rc1~876 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=237ff68d3a0007f3816f4aa7d63dfc3ff5307b47;p=thirdparty%2Ffreeswitch.git more cleanup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7020 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 83baadf7d9..264d3f1b57 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -731,7 +731,6 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * const char *clean_to_user; const char *clean_from_user; - printf("from:%s -> to:%s\n", from_id ? from_id : from_user, sub_to_user ? sub_to_user : to_user ); clean_to_user = switch_mprintf("%s", sub_to_user ? sub_to_user : to_user, host); clean_from_user = switch_mprintf("%s", from_id ? from_id : from_user, host);