diff options
author | dynaflash <[email protected]> | 2010-01-12 00:46:59 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-01-12 00:46:59 +0000 |
commit | b1a380c995965f816a70431a582634549801cdc7 (patch) | |
tree | 062421996e1beaf354c2ab6aa95c470f48674650 | |
parent | 33d31c71c5be9943b36140159c83bf13ad87278c (diff) |
MacGui: Remove other errant subtitle log line for sub title tracks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3067 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | macosx/Controller.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 0685d13b9..4655a8792 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -3170,8 +3170,6 @@ bool one_burned = FALSE; if (subt != NULL) { - [self writeToActivityLog: "Setting Subtitle: %s", subt]; - hb_subtitle_config_t sub_config = subt->config; if (!burned && job->mux == HB_MUX_MKV && |