]> granicus.if.org Git - handbrake/commitdiff
LinGui: remove debug message
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 16 Dec 2008 17:12:39 +0000 (17:12 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 16 Dec 2008 17:12:39 +0000 (17:12 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2035 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/hb-backend.c

index 53188820fc0756867c1d69584e51e896ed2b0ead..78651d3bb9279dce10ef145f4097ab61c7a72e38 100644 (file)
@@ -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;
        }