mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-01 06:38:20 +00:00
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
|
||||
{
|
||||
NSLog( @"didUpdateNotificationStateForCharacteristic %@ (%@)", characteristic, error );
|
||||
//NSLog( @"didUpdateNotificationStateForCharacteristic %@ (%@)", characteristic, error );
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user