Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisabhash committed Jul 22, 2024
1 parent 6e84d38 commit 94bb2ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ enum InstructionState {

private func map(detectionCompletion: @escaping (Result<Void, FaceLivenessDetectionError>) -> Void) -> ((Result<Void, FaceLivenessSessionError>) -> Void) {
{ result in
print("FaceLivenessDetectorView map() result: \(result)")
switch result {
case .success(()):
detectionCompletion(.success(()))
Expand Down

0 comments on commit 94bb2ee

Please sign in to comment.