1
0
Эх сурвалжийг харах

Removed unnecessary log message

Sam Lantinga 4 долоо хоног өмнө
parent
commit
f1dd6db701

+ 1 - 1
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
 - (void)peripheral:(CBPeripheral *)peripheral didUpdateNotificationStateForCharacteristic:(CBCharacteristic *)characteristic error:(NSError *)error
 {
 {
-	NSLog( @"didUpdateNotificationStateForCharacteristic %@ (%@)", characteristic, error );
+	//NSLog( @"didUpdateNotificationStateForCharacteristic %@ (%@)", characteristic, error );
 }
 }
 
 
 @end
 @end