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

src/mod/endpoints/mod_sofia/sofia_presence.c

index 1af11e87827e0e4bfa3c1e360072c5e4345c3f30..83baadf7d9bd2841f0d07569add14ac8ae016c41 100644 (file)
@@ -749,11 +749,9 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
                        }
                        stream.write_function(&stream, "</dialog>\n");                  
                        
-               } else {
-                       printf("resubscribe\n");
                }
-               
-                       stream.write_function(&stream, "</dialog-info>\n");
+
+               stream.write_function(&stream, "</dialog-info>\n");
 
                pl = stream.data;
                ct = "application/dialog-info+xml";