aboutsummaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2024-01-03 13:43:08 +0100
committerMarc Stibane <marc@taler.net>2024-01-03 13:43:08 +0100
commit447a8709ba9d8cdd308011a84130a7403d7178d8 (patch)
treef40098ce054eaa3df71f0be24151c557da69c78b /TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
parentf9af5057f8dedeeef64314b2a8f5978251e6028d (diff)
downloadtaler-ios-447a8709ba9d8cdd308011a84130a7403d7178d8.tar.gz
taler-ios-447a8709ba9d8cdd308011a84130a7403d7178d8.tar.bz2
taler-ios-447a8709ba9d8cdd308011a84130a7403d7178d8.zip
PRINT_CHANGES
Diffstat (limited to 'TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift')
-rw-r--r--TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
index 0a32a3c..3e9a337 100644
--- a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
+++ b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
@@ -24,7 +24,7 @@ struct WithdrawAcceptDone: View {
}
var body: some View {
-#if DEBUG
+#if PRINT_CHANGES
let _ = Self._printChanges()
let _ = symLog.vlog() // just to get the # to compare it with .onAppear & onDisappear
#endif