diff options
author | jstebbins <[email protected]> | 2009-03-25 23:38:00 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-03-25 23:38:00 +0000 |
commit | f086356895581f5d827e8e491772f0dd790a8ea3 (patch) | |
tree | 25b5abc2a53908d93a3ca92295d5d6931251a662 | |
parent | 9f6567654eb742058830adc7827f8e8520936b5d (diff) |
LinGui: remove debug output
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2274 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/src/main.c | 3 |
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! |