Skip to content

Commit

Permalink
Cleanup of a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
psalzAppDev committed Mar 1, 2024
1 parent 739790a commit 83db36b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/CodeScanner/ScannerViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ extension CodeScannerView.ScannerViewController: UIImagePickerControllerDelegate
let detector = CIDetector(ofType: CIDetectorTypeQRCode, context: nil, options: [CIDetectorAccuracy: CIDetectorAccuracyHigh]),
let ciImage = CIImage(image:qrcodeImg) else {

print("Something went wrong")
return
}

Expand Down

0 comments on commit 83db36b

Please sign in to comment.