Skip to content

Commit

Permalink
revert debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisabhash committed Aug 20, 2024
1 parent a96c492 commit caa6ed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HostApp/HostApp/Views/ExampleLivenessView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ struct ExampleLivenessView: View {
FaceLivenessDetectorView(
sessionID: viewModel.sessionID,
region: "us-east-1",
disableStartView: true,
isPresented: Binding(
get: { viewModel.presentationState == .liveness },
set: { _ in }
),
onCompletion: { result in
print("\(#function) result: \(result)")
DispatchQueue.main.async {
switch result {
case .success:
Expand Down

0 comments on commit caa6ed9

Please sign in to comment.