Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
fadb46e9cd
commit
7fc0249846
File diff suppressed because it is too large
Load Diff
@ -307,6 +307,6 @@ private class QRScannerViewController: UIViewController, AVCaptureMetadataOutput
|
||||
|
||||
#Preview {
|
||||
QRScannerView { code in
|
||||
print("Scanned: \(code)")
|
||||
Design.debugLog("Scanned: \(code)")
|
||||
}
|
||||
}
|
||||
|
||||
@ -61,6 +61,6 @@ struct RecordContactSheet: View {
|
||||
recipientRole: .constant(""),
|
||||
recipientCompany: .constant("")
|
||||
) {
|
||||
print("Saved")
|
||||
Design.debugLog("Saved")
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user