taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 5653196bed2b1a24687c8f19e765c150ad5b42a2
parent be05f0063f3c366885f9ae22236cf3f9e3da13f3
Author: Marc Stibane <marc@taler.net>
Date:   Tue, 16 Sep 2025 19:19:30 +0000

cleanup

Diffstat:
DTalerWallet1/Resources/Assets.xcassets/PurposeIcons/shopping.imageset/Buy goods in shop.jpg | 0
MTalerWallet1/Views/OIM/OIMcash.swift | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Resources/Assets.xcassets/PurposeIcons/shopping.imageset/Buy goods in shop.jpg b/TalerWallet1/Resources/Assets.xcassets/PurposeIcons/shopping.imageset/Buy goods in shop.jpg Binary files differ. diff --git a/TalerWallet1/Views/OIM/OIMcash.swift b/TalerWallet1/Views/OIM/OIMcash.swift @@ -432,7 +432,7 @@ final class OIMcash: ObservableObject, Sendable { fund.state = target self.updateFund(fund) } - print("flyToTarget", target, fund.id, fund.value, delay) +// print("flyToTarget", target, fund.id, fund.value, delay) if target == .curve { DispatchQueue.main.asyncAfter(deadline: .now() + interval) { withAnimation(.move1) {