diff --git a/UncrustifyX/UXPreferencesWindowController.m b/UncrustifyX/UXPreferencesWindowController.m index 6e9d649..4a935d8 100644 --- a/UncrustifyX/UXPreferencesWindowController.m +++ b/UncrustifyX/UXPreferencesWindowController.m @@ -168,7 +168,6 @@ - (IBAction)installXcodePluginPressed:(id)sender { if (returnValue == NSAlertAlternateReturn) { /* Overwrite */ - NSLog(@"ALTERNATE"); NSError *removeError = nil; [fileManager removeItemAtPath:uncrustifyPluginPath error:&removeError];