From c26a35a7b7a5839946123c9670aac337c8bcf518 Mon Sep 17 00:00:00 2001 From: jstebbins <jstebbins.hb@gmail.com> Date: Tue, 16 Dec 2008 17:12:39 +0000 Subject: [PATCH] LinGui: remove debug message git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2035 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/hb-backend.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.40.0