]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
more cleanup
authorBrian West <brian@freeswitch.org>
Sat, 29 Dec 2007 17:57:07 +0000 (17:57 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 29 Dec 2007 17:57:07 +0000 (17:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7020 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_presence.c

index 83baadf7d9bd2841f0d07569add14ac8ae016c41..264d3f1b5748a0cb5ed4562c101418de22d791f6 100644 (file)
@@ -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);