Skip to content

Commit

Permalink
no longer needed upon validation of gatt serial profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Karel Kalthoff committed Nov 4, 2016
1 parent e71e598 commit 2329d0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/PTDBean.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
}];
Expand Down

0 comments on commit 2329d0c

Please sign in to comment.