Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2026-01-08 18:44:21 -06:00
parent fadb46e9cd
commit 7fc0249846
3 changed files with 2 additions and 1244 deletions

File diff suppressed because it is too large Load Diff

View File

@ -307,6 +307,6 @@ private class QRScannerViewController: UIViewController, AVCaptureMetadataOutput
#Preview { #Preview {
QRScannerView { code in QRScannerView { code in
print("Scanned: \(code)") Design.debugLog("Scanned: \(code)")
} }
} }

View File

@ -61,6 +61,6 @@ struct RecordContactSheet: View {
recipientRole: .constant(""), recipientRole: .constant(""),
recipientCompany: .constant("") recipientCompany: .constant("")
) { ) {
print("Saved") Design.debugLog("Saved")
} }
} }