We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4731c commit 972b440Copy full SHA for 972b440
SSYMoreObserveableArrayController.m
@@ -40,7 +40,6 @@ - (void)observeValueForKeyPath:(NSString *)keyPath
40
NSInteger selectionCount = [[self selectedObjects] count] ;
41
BOOL hasSelection = (selectionCount > 0) ;
42
self.hasSelection = hasSelection ;
43
- /*SSYDBL*/ NSLog(@" set hasSelection to %hhd", self.hasSelection) ;
44
}
45
46
[super observeValueForKeyPath:keyPath
@@ -53,7 +52,6 @@ - (void)rearrangeObjects {
53
52
[super rearrangeObjects] ;
54
55
self.countOfArrangedObjects = ((NSArray*)self.arrangedObjects).count ;
56
- /*SSYDBL*/ NSLog(@" set countOfArrangedObjects to %ld", self.countOfArrangedObjects) ;
57
58
59
@end
0 commit comments