Skip to content

Commit 972b440

Browse files
committedMay 13, 2016
• Removed debug log statements.
1 parent 5b4731c commit 972b440

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎SSYMoreObserveableArrayController.m

-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ - (void)observeValueForKeyPath:(NSString *)keyPath
4040
NSInteger selectionCount = [[self selectedObjects] count] ;
4141
BOOL hasSelection = (selectionCount > 0) ;
4242
self.hasSelection = hasSelection ;
43-
/*SSYDBL*/ NSLog(@" set hasSelection to %hhd", self.hasSelection) ;
4443
}
4544

4645
[super observeValueForKeyPath:keyPath
@@ -53,7 +52,6 @@ - (void)rearrangeObjects {
5352
[super rearrangeObjects] ;
5453

5554
self.countOfArrangedObjects = ((NSArray*)self.arrangedObjects).count ;
56-
/*SSYDBL*/ NSLog(@" set countOfArrangedObjects to %ld", self.countOfArrangedObjects) ;
5755
}
5856

5957
@end

0 commit comments

Comments
 (0)