summaryrefslogtreecommitdiffstats
path: root/gtk/src
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src')
-rw-r--r--gtk/src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c
index a9dba9f8f..bc19b6bb0 100644
--- a/gtk/src/main.c
+++ b/gtk/src/main.c
@@ -621,11 +621,8 @@ main (int argc, char *argv[])
g_idle_add((GSourceFunc)ghb_reload_queue, ud);
if (ghb_settings_get_boolean(ud->settings, "check_updates"))
{
-g_message("checking");
g_thread_create((GThreadFunc)ghb_check_update, ud, FALSE, NULL);
}
-else
-g_message("skipping");
// Start timer for monitoring libhb status, 500ms
g_timeout_add (500, ghb_timer_cb, (gpointer)ud);
// Everything should be go-to-go. Lets rock!