diff options
author | dynaflash <[email protected]> | 2012-11-27 18:19:18 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2012-11-27 18:19:18 +0000 |
commit | 65cc186a39afb16732024c07ed332c667b1d1fad (patch) | |
tree | 4b36a27c40aafcbf40e05fb3ed678d58946797cd /macosx/HBPreviewController.m | |
parent | 72bae41d28460388ab4d031c7aa5d565907fe3ba (diff) |
MacGui: Remove vestigial activity log debug messages.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5085 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.m')
-rw-r--r-- | macosx/HBPreviewController.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m index d7a07dc8a..03b341615 100644 --- a/macosx/HBPreviewController.m +++ b/macosx/HBPreviewController.m @@ -495,7 +495,6 @@ [fScaleToScreenToggleButton setEnabled:YES]; [fCreatePreviewMovieButton setEnabled:YES]; [fGoToStillPreviewButton setEnabled:YES]; - [fHBController writeToActivityLog: "Preview: Enabling HUD Controls"]; } - (void) disableHudControls @@ -504,7 +503,6 @@ [fScaleToScreenToggleButton setEnabled:NO]; [fCreatePreviewMovieButton setEnabled:NO]; [fGoToStillPreviewButton setEnabled:NO]; - [fHBController writeToActivityLog: "Preview: Disabling HUD Controls"]; } - (void) mouseMoved:(NSEvent *)theEvent |