diff options
Diffstat (limited to 'libsylph/utils.c')
-rw-r--r-- | libsylph/utils.c | 1 |
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"); |