diff --git a/source/PTDBean.m b/source/PTDBean.m index e6ee516..4ccfbf0 100644 --- a/source/PTDBean.m +++ b/source/PTDBean.m @@ -663,7 +663,6 @@ -(void)profileDiscovered:(BleProfile*)profile __weak typeof(self) weakSelf = self; [gatt_serial_profile validateWithCompletion: ^(NSError* error) { if ( !error && [gatt_serial_profile isValid:nil] ) { - [weakSelf releaseSerialGate]; [weakSelf __profileHasBeenValidated:profile]; } }];