diff --git a/src/hidapi/ios/hid.m b/src/hidapi/ios/hid.m index d6f6d76363..2c78227b0f 100644 --- a/src/hidapi/ios/hid.m +++ b/src/hidapi/ios/hid.m @@ -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