Fixed wrongfully setting password when password is disabled in editPasswordWindow

Removed some debug logging
This commit is contained in:
michael starke
2013-11-24 00:00:14 +01:00
parent ce61fafc53
commit b0856ad2df
3 changed files with 3 additions and 4 deletions

View File

@@ -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];
}