mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 22:09:25 +00:00
Fixed wrongfully setting password when password is disabled in editPasswordWindow
Removed some debug logging
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
id target = [NSApp targetForAction:[self action] to:nil from:self];
|
||||
BOOL isValid = (nil != target);
|
||||
id validateTarget = [NSApp targetForAction:@selector(validateToolbarItem:) to:nil from:self];
|
||||
//NSLog(@"Validation for ToolbarItem:%@", [validateTarget class]);
|
||||
if(validateTarget) {
|
||||
isValid &= [validateTarget validateToolbarItem:self];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user