summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-12-16 17:12:39 +0000
committerjstebbins <[email protected]>2008-12-16 17:12:39 +0000
commitc26a35a7b7a5839946123c9670aac337c8bcf518 (patch)
tree748f85c3ed6313b4ca55537760ffa91610b6866d /gtk
parent2dc34e0a244cf2168d06ae0bf92d3b10f8cfd20e (diff)
LinGui: remove debug message
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2035 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/hb-backend.c1
1 files changed, 0 insertions, 1 deletions
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;
}