Removed unnecessary log message
This commit is contained in:
@@ -858,7 +858,7 @@ static void process_pending_events(void)
|
|||||||
|
|
||||||
- (void)peripheral:(CBPeripheral *)peripheral didUpdateNotificationStateForCharacteristic:(CBCharacteristic *)characteristic error:(NSError *)error
|
- (void)peripheral:(CBPeripheral *)peripheral didUpdateNotificationStateForCharacteristic:(CBCharacteristic *)characteristic error:(NSError *)error
|
||||||
{
|
{
|
||||||
NSLog( @"didUpdateNotificationStateForCharacteristic %@ (%@)", characteristic, error );
|
//NSLog( @"didUpdateNotificationStateForCharacteristic %@ (%@)", characteristic, error );
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user