Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 273ae6a

Browse files
committed
Merge pull request BlocksKit#135 from MSch/patch-1
Remove leftover NSLogs
2 parents b665fa1 + 57abde3 commit 273ae6a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

BlocksKit/NSObject+BlockObservation.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,9 @@ - (id)initWithObservee:(id)observee keyPaths:(NSArray *)keyPaths options:(NSKeyV
4545
}
4646

4747
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context {
48-
NSLog(@"hr");
4948
if (context != &BKBlockObservationContext) return;
50-
NSLog(@"hre");
5149

5250
@synchronized(self) {
53-
NSLog(@"here");
5451
switch (self.context) {
5552
case BKObserverContextKey: {
5653
BKSenderBlock task = self.task;

0 commit comments

Comments
 (0)