Commit 57241285 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Mac OS X gui: Remove unwanted NSLog from r19508.

parent c1f7a646
......@@ -740,7 +740,6 @@ static VLCMain *_o_sharedMainInstance = nil;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
/* Check for update silently on startup */
NSLog(@"checking for update");
if ( !nib_update_loaded )
nib_update_loaded = [NSBundle loadNibNamed:@"Update" owner:self];
[NSThread detachNewThreadSelector:@selector(checkForUpdate) toTarget:o_update withObject:NULL];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment