diff --git a/AdyenCardScanner/Sources/CaptureSessionManager.swift b/AdyenCardScanner/Sources/CaptureSessionManager.swift index fd5bd76049..fe2e46842a 100644 --- a/AdyenCardScanner/Sources/CaptureSessionManager.swift +++ b/AdyenCardScanner/Sources/CaptureSessionManager.swift @@ -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. } } }