summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-08-06 13:55:02 +0000
committerdynaflash <[email protected]>2010-08-06 13:55:02 +0000
commit6b69bef5dbfc8420ac429bbb966062416ad5620d (patch)
treed904000684b4a01d3eb3891d99f0eb9c6e8f6390
parentba8dab758b4d8edbe76332d3bc8b33424c86c4b0 (diff)
MacGui: Remove logging line used for debugging previous commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3473 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--macosx/HBPreviewController.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m
index c0db129ae..a4d8b8455 100644
--- a/macosx/HBPreviewController.m
+++ b/macosx/HBPreviewController.m
@@ -856,9 +856,6 @@
fPreviewMoviePath = [[fPreviewMoviePath stringByExpandingTildeInPath]retain];
- [fHBController writeToActivityLog: "Movie Preview path attempt: %s",[fPreviewMoviePath UTF8String] ];
-
-
/* See if there is an existing preview file, if so, delete it */
if( ![[NSFileManager defaultManager] fileExistsAtPath:fPreviewMoviePath] )
{