OSDN Git Service

LinGui: remove debug message
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Dec 2008 17:12:39 +0000 (17:12 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Dec 2008 17:12:39 +0000 (17:12 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2035 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/hb-backend.c

index 5318882..78651d3 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;
        }