loudmouth/lm-connection.c
changeset 65 e6871fda6fc9
parent 64 dd835d5cee71
child 66 577d5059b718
--- a/loudmouth/lm-connection.c	Mon Jan 05 23:44:41 2004 +0000
+++ b/loudmouth/lm-connection.c	Thu Jan 08 14:43:02 2004 +0000
@@ -435,9 +435,10 @@
 		connection_do_close (connection);
 		return FALSE;
 	}
-	
+
+#if 0
 	g_print ("In timeoutfunc\n");
-
+#endif
 	m = lm_message_new (connection->server, LM_MESSAGE_TYPE_STREAM);
 	lm_message_node_set_attributes (m->node,
 					"xmlns:stream", "http://etherx.jabber.org/streams",
@@ -453,9 +454,11 @@
 	}
 		
 	lm_message_unref (m);
-	
+
+#if 0
 	g_print ("Success!!\n");
-
+#endif
+	
 	/* Success */
 	return FALSE;
 }