diff options
author | ritsuka <[email protected]> | 2015-02-01 12:36:18 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-02-01 12:36:18 +0000 |
commit | 0fc6cf45fab0cc1caa21a2a7e31a4d2e9aa2ee67 (patch) | |
tree | e3e9faabbf42b702723cbc6cef0cc2e2e0ab8547 /macosx/HBController.m | |
parent | 039a1c284f79286e4320ed5af48020fd58876c4e (diff) |
MacGui: remove two log messages, the way jobs are reloaded from queue is almost the same as loading a new source, so these logs are not useful anymore.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6856 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index e3725bff7..cd657a8a3 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -718,16 +718,6 @@ - (void)showNewScan { - if (self.jobFromQueue) - { - // we are a rescan of an existing queue item and need to apply the queued settings to the scan - [HBUtilities writeToActivityLog: "showNewScan: This is a queued item rescan"]; - } - else - { - [HBUtilities writeToActivityLog: "showNewScan: This is a new source item scan"]; - } - for (HBTitle *title in self.core.titles) { // Set Source Name at top of window with the browsedSourceDisplayName grokked right before -performScan @@ -761,7 +751,6 @@ if (self.jobFromQueue) { [fPresetsView deselect]; - self.jobFromQueue = nil; } } |