OSDN Git Service

MacGui: Remove logging line used for debugging previous commit.
[handbrake-jp/handbrake-jp-git.git] / macosx / HBPreviewController.m
index c0db129..a4d8b84 100644 (file)
     
     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] )
     {