Skip to content

Commit

Permalink
Remove extra logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen authored and Juha Linnanen committed Aug 30, 2018
1 parent 3371280 commit 746c520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/RNBluetoothManager.m
Expand Up @@ -66,7 +66,6 @@ - (NSString *) centralManagerStateToString: (int)state

-(void)startObserving {
hasListeners = YES;
NSLog(@"startObserving %@", stateName);
[self sendEventWithName:@"bluetoothStatus" body:stateName];
}

Expand Down

0 comments on commit 746c520

Please sign in to comment.