Skip to content

Commit

Permalink
remove unnecessary debug log (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-tm authored Nov 26, 2024
1 parent df4ec85 commit a4294ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simpleble/src/backends/macos/PeripheralBaseMacOS.mm
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ - (void)peripheral:(CBPeripheral*)peripheral
}

- (void)peripheralIsReadyToSendWriteWithoutResponse:(CBPeripheral*)peripheral {
NSLog(@"Peripheral ready to send: %@", peripheral);
}

- (void)peripheral:(CBPeripheral*)peripheral didUpdateValueForDescriptor:(CBDescriptor*)descriptor error:(NSError*)error {
Expand Down

0 comments on commit a4294ed

Please sign in to comment.