gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 24/69: dbg+cleanup


From: gnunet
Subject: [taler-taler-ios] 24/69: dbg+cleanup
Date: Fri, 19 Jan 2024 09:01:57 +0100

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 dc28b363e123048fc657366f3e2f41644a12a080
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Jan 4 17:31:08 2024 +0100

    dbg+cleanup
---
 TalerWallet1/Controllers/DebugViewC.swift | 4 ++--
 TalerWallet1/Helper/URL+id+iban.swift     | 4 ++--
 TalerWallet1/Model/Model+Exchange.swift   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/TalerWallet1/Controllers/DebugViewC.swift 
b/TalerWallet1/Controllers/DebugViewC.swift
index 003b2fc..33a15d5 100644
--- a/TalerWallet1/Controllers/DebugViewC.swift
+++ b/TalerWallet1/Controllers/DebugViewC.swift
@@ -161,10 +161,10 @@ class DebugViewC: ObservableObject {
             if viewID == 0 {
                 logger.log("switching ON, \(newID, privacy: .public)")
                 viewID = newID                              // publish ON
-                announce(this: "Current view is: \(newID).")
+//                announce(this: "Current view is: \(newID).")
             } else if viewID != newID {
                 logger.log("switching from \(self.viewID, privacy: .public) to 
\(newID, privacy: .public)")
-                announce(this: "View switched from \(self.viewID) to 
\(newID).")
+//                announce(this: "View switched from \(self.viewID) to 
\(newID).")
                 viewID = newID                              // publish new 
viewID
             } else {
                 logger.log("\(newID, privacy: .public) stays")
diff --git a/TalerWallet1/Helper/URL+id+iban.swift 
b/TalerWallet1/Helper/URL+id+iban.swift
index ca4689c..643c493 100644
--- a/TalerWallet1/Helper/URL+id+iban.swift
+++ b/TalerWallet1/Helper/URL+id+iban.swift
@@ -23,11 +23,11 @@ extension URL {
     }
 
     /// SwifterSwift: Dictionary of the URL's query parameters.
-    var queryParameters: [String: String]? {
+    var queryParameters: [String:String]? {
         guard let components = URLComponents(url: self, 
resolvingAgainstBaseURL: false),
               let queryItems = components.queryItems else { return nil }
 
-        var items: [String: String] = [:]
+        var items: [String:String] = [:]
 
         for queryItem in queryItems {
             items[queryItem.name] = queryItem.value
diff --git a/TalerWallet1/Model/Model+Exchange.swift 
b/TalerWallet1/Model/Model+Exchange.swift
index 3a8b471..5b362f0 100644
--- a/TalerWallet1/Model/Model+Exchange.swift
+++ b/TalerWallet1/Model/Model+Exchange.swift
@@ -175,7 +175,7 @@ extension WalletModel {
       async -> Exchange? {
         do {
             let request = GetExchangeByUrl(exchangeBaseUrl: url)
-            logger.info("query for exchange: \(url, privacy: .public)")
+//            logger.info("query for exchange: \(url, privacy: .public)")
             let response = try await sendRequest(request)
             return response
         } catch {

-- 
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]