Skip to content

Commit

Permalink
Removed debugPring in capture device configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Feb 24, 2025
1 parent 911c64e commit 24b809d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AdyenCardScanner/Sources/CaptureSessionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ class CaptureSessionManager: NSObject, CaptureSessionManaging {

device.unlockForConfiguration()
} catch {
debugPrint(error)
// Intentional empty error handling.
// The card scanning can continue even if the capture device is not configured.
}
}
}
Expand Down

0 comments on commit 24b809d

Please sign in to comment.