From 0fc6cf45fab0cc1caa21a2a7e31a4d2e9aa2ee67 Mon Sep 17 00:00:00 2001
From: ritsuka <damiog@gmail.com>
Date: Sun, 1 Feb 2015 12:36:18 +0000
Subject: 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
---
 macosx/HBController.m | 11 -----------
 1 file changed, 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;
     }
 }
-- 
cgit v1.2.3