removed debug
authorhallski <hallski>
Fri, 30 Jan 2004 17:41:33 +0000
changeset 80 4563b74e333e
parent 79 63971f168ce6
child 81 b9dfe6efc011
removed debug
loudmouth/lm-connection.c
--- a/loudmouth/lm-connection.c	Thu Jan 29 10:01:43 2004 +0000
+++ b/loudmouth/lm-connection.c	Fri Jan 30 17:41:33 2004 +0000
@@ -1101,17 +1101,13 @@
 	}
 	
 	while ((state = lm_connection_get_state (connection)) == LM_CONNECTION_STATE_CONNECTING) {
-		g_print ("while...\n");
 		if (g_main_context_pending (NULL)) {
-			g_print ("Iterating\n");
 			g_main_context_iteration (NULL, TRUE);
 		} else {
 			usleep (10);
 		}
 	}
 
-	g_print ("Connected!\n");
-	
 	if (lm_connection_is_open (connection)) {
 		return TRUE;
 	}
@@ -1283,7 +1279,6 @@
 		return FALSE;
 	}
 
-	g_print ("Foo: %d\n", (gint)connection);
 	m = connection_create_auth_msg (connection,
 					username, 
 					password,