Removed unnecessary log message

This commit is contained in:
Sam Lantinga
2026-02-12 16:41:07 -08:00
parent 79f5f674bd
commit f1dd6db701

View File

@@ -858,7 +858,7 @@ static void process_pending_events(void)
- (void)peripheral:(CBPeripheral *)peripheral didUpdateNotificationStateForCharacteristic:(CBCharacteristic *)characteristic error:(NSError *)error
{
NSLog( @"didUpdateNotificationStateForCharacteristic %@ (%@)", characteristic, error );
//NSLog( @"didUpdateNotificationStateForCharacteristic %@ (%@)", characteristic, error );
}
@end