diff --git a/Ample/AutocompleteControl.m b/Ample/AutocompleteControl.m index 4e67e14..dfa6bcb 100644 --- a/Ample/AutocompleteControl.m +++ b/Ample/AutocompleteControl.m @@ -223,7 +223,7 @@ Todo -- } - (void)controlTextDidChange:(NSNotification *)notification { - NSLog(@"controlTextDidChange"); + //NSLog(@"controlTextDidChange"); if (_value) { _dirty = YES; @@ -243,7 +243,7 @@ Todo -- } } - (void)controlTextDidBeginEditing:(NSNotification *)obj { - NSLog(@"controlTextDidBeginEditing"); + //NSLog(@"controlTextDidBeginEditing"); _editing = YES; _dirty = NO; @@ -253,7 +253,7 @@ Todo -- - (void)controlTextDidEndEditing:(NSNotification *)obj { - NSLog(@"controlTextDidEndEditing"); + //NSLog(@"controlTextDidEndEditing"); _editing = NO; @@ -304,7 +304,7 @@ Todo -- [_menuView setItems: nil]; #endif - NSLog(@"selectItem:withSelector:"); + //NSLog(@"selectItem:withSelector:"); } } diff --git a/Ample/LaunchWindowController.m b/Ample/LaunchWindowController.m index 34adccd..cd6e24f 100644 --- a/Ample/LaunchWindowController.m +++ b/Ample/LaunchWindowController.m @@ -530,7 +530,7 @@ static NSString *ShellQuote(NSString *s) { - (IBAction)softwareChanged:(id)sender { id o = [(NSControl *)sender objectValue]; - NSLog(@"%@", o); + //NSLog(@"%@", o); [self setSoftware: o]; }