diff options
Diffstat (limited to 'macosx/HBPreviewController.m')
-rw-r--r-- | macosx/HBPreviewController.m | 3 |
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] ) { |