From: jstebbins Date: Tue, 16 Dec 2008 17:12:39 +0000 (+0000) Subject: LinGui: remove debug message X-Git-Tag: 0.9.4~922 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c26a35a7b7a5839946123c9670aac337c8bcf518;p=handbrake LinGui: remove debug message git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2035 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index 53188820f..78651d3bb 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -2990,7 +2990,6 @@ add_job(hb_handle_t *h, GValue *js, gint unique_id, gint titleindex) job->start_at_preview = ghb_settings_get_int(js, "start_frame") + 1; if (job->start_at_preview) { -g_message("duration %d", ghb_settings_get_int(js, "live_duration")); job->seek_points = ghb_settings_get_int(js, "preview_count"); job->pts_to_stop = ghb_settings_get_int(js, "live_duration") * 90000LL; }