gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 51/54: remove debugging


From: gnunet
Subject: [taler-taler-ios] 51/54: remove debugging
Date: Fri, 30 Jun 2023 22:34:23 +0200

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit a68b2d272754e36399f818a71f8002702aba7a35
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Jun 30 19:24:44 2023 +0200

    remove debugging
---
 TalerWallet1/Views/Exchange/ManualWithdrawDone.swift        |  1 -
 TalerWallet1/Views/Main/MainView.swift                      | 10 +++++-----
 TalerWallet1/Views/Transactions/TransactionDetailView.swift |  1 -
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/TalerWallet1/Views/Exchange/ManualWithdrawDone.swift 
b/TalerWallet1/Views/Exchange/ManualWithdrawDone.swift
index d057333..0048820 100644
--- a/TalerWallet1/Views/Exchange/ManualWithdrawDone.swift
+++ b/TalerWallet1/Views/Exchange/ManualWithdrawDone.swift
@@ -47,7 +47,6 @@ struct ManualWithdrawDone: View {
                 let amount = Amount.amountFromCents(exchange.currency!, 
centsToTransfer)
                 let result = try await 
model.sendAcceptManualWithdrawalM(exchange.exchangeBaseUrl,
                                                                          
amount: amount, restrictAge: 0)
-print(result as Any)
                 transactionId = result!.transactionId
             } catch {    // TODO: error
                 symLog.log(error.localizedDescription)
diff --git a/TalerWallet1/Views/Main/MainView.swift 
b/TalerWallet1/Views/Main/MainView.swift
index e482189..eba9801 100644
--- a/TalerWallet1/Views/Main/MainView.swift
+++ b/TalerWallet1/Views/Main/MainView.swift
@@ -42,11 +42,11 @@ struct MainView: View {
                 ErrorView(errortext: nil)            // TODO: show Error View
             } else {
                 LaunchAnimationView()
-                    .task {
-                        let deviceW = UIScreen.main.bounds.width
-                        let deviceH = UIScreen.main.bounds.height
-                        print(deviceW, deviceH)
-                    }
+//                    .task {
+//                        let deviceW = UIScreen.main.bounds.width
+//                        let deviceH = UIScreen.main.bounds.height
+//                        print("UIScreen: \(deviceW), \(deviceH)")
+//                    }
             }
         }
         .animation(.easeOut(duration: LAUNCHDURATION), value: 
controller.backendState)
diff --git a/TalerWallet1/Views/Transactions/TransactionDetailView.swift 
b/TalerWallet1/Views/Transactions/TransactionDetailView.swift
index 561b0e8..b16877e 100644
--- a/TalerWallet1/Views/Transactions/TransactionDetailView.swift
+++ b/TalerWallet1/Views/Transactions/TransactionDetailView.swift
@@ -188,7 +188,6 @@ struct TransactionDetailView: View {
                                     }
                             }
                         } // ManualDetails or Confirm with bank
-                        let _ = print("ThreeAmounts")
                         ThreeAmountsSheet(common: common, topTitle: 
String(localized: "Chosen amount to withdraw:"),
                                          baseURL: 
withdrawalTransaction.details.exchangeBaseUrl, large: true)
                     case .payment(let paymentTransaction):

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]