diff options
author | jstebbins <[email protected]> | 2008-08-04 04:46:16 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-08-04 04:46:16 +0000 |
commit | e5df612c22226294687a84ed0e1b7961f51c0214 (patch) | |
tree | 7a6858f536ffa382da4bce4d39312cf7c04eb129 /gtk | |
parent | a8d3a1b8d246f409ef1dde98d2313226aa2ad14c (diff) |
delete debug message
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1603 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/hb-backend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index 4ed94d039..f6653c240 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -1786,7 +1786,6 @@ ghb_get_title_info(ghb_title_info_t *tinfo, gint titleindex) tinfo->minutes = title->minutes; tinfo->seconds = title->seconds; tinfo->duration = title->duration; -g_message("duration %ld", title->duration); return TRUE; } |