Removed unnecessary log message

(cherry picked from commit f1dd6db701)
This commit is contained in:
Sam Lantinga 2026-02-12 16:41:07 -08:00
parent d960a2279a
commit 8d5ee8b38c

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