Skip to content
Snippets Groups Projects
Commit 629fb688 authored by George Nachman's avatar George Nachman
Browse files

Don't log all sendAction: calls because it crashes a lot when formatting the...

Don't log all sendAction: calls because it crashes a lot when formatting the string. Maybe some kind of object has a bad -description method.
parent 9125a733
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -407,10 +407,5 @@
return [panels arrayByAddingObjectsFromArray:[self orderedWindows]];
}
 
- (BOOL)sendAction:(SEL)action to:(nullable id)target from:(nullable id)sender {
ILog(@"sendAction:%@ to:%@ from:%@", NSStringFromSelector(action), target, sender);
return [super sendAction:action to:target from:sender];
}
@end
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment