Skip to content

Commit

Permalink
Remove logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Maxwell committed May 18, 2013
1 parent c425e81 commit 6d6cc7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UncrustifyX/UXPreferencesWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ - (IBAction)installXcodePluginPressed:(id)sender {

if (returnValue == NSAlertAlternateReturn) {
/* Overwrite */
NSLog(@"ALTERNATE");

NSError *removeError = nil;
[fileManager removeItemAtPath:uncrustifyPluginPath error:&removeError];
Expand Down

0 comments on commit 6d6cc7d

Please sign in to comment.