aboutsummaryrefslogtreecommitdiff
path: root/libsylph/socket.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-10-05 09:34:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-10-05 09:34:51 +0000
commitb5949c62d7f1ae89ca06f9cc34f6b033abf3e576 (patch)
treed1fe2bcfaab4723d2e1624d71c584b2a864d58c8 /libsylph/socket.c
parent7fca23b243e832856515b7ef6f5023090d0514f1 (diff)
removed some debug prints. uncommented code block for unix.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2272 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/socket.c')
-rw-r--r--libsylph/socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsylph/socket.c b/libsylph/socket.c
index d81236cb..47aa7ec1 100644
--- a/libsylph/socket.c
+++ b/libsylph/socket.c
@@ -1385,7 +1385,6 @@ gint sock_connect_async_thread_wait(gint id, SockInfo **sock)
while (conn_data->flag == 0)
event_loop_iterate();
- debug_print("sock_connect_async_thread_wait: flagged\n");
g_thread_join(conn_data->thread);
debug_print("sock_connect_async_thread_wait: thread exited\n");