aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.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/utils.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/utils.c')
-rw-r--r--libsylph/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsylph/utils.c b/libsylph/utils.c
index 31f55a77..ace360a7 100644
--- a/libsylph/utils.c
+++ b/libsylph/utils.c
@@ -3912,7 +3912,6 @@ gint execute_command_line_async_wait(const gchar *cmdline)
while (data.flag == 0)
event_loop_iterate();
- debug_print("execute_command_line_async_wait: flagged\n");
g_thread_join(thread);
debug_print("execute_command_line_async_wait: thread exited\n");