summaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Balances/PendingRowView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'TalerWallet1/Views/Balances/PendingRowView.swift')
-rw-r--r--TalerWallet1/Views/Balances/PendingRowView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/TalerWallet1/Views/Balances/PendingRowView.swift b/TalerWallet1/Views/Balances/PendingRowView.swift
index ffe1c7d..c312006 100644
--- a/TalerWallet1/Views/Balances/PendingRowView.swift
+++ b/TalerWallet1/Views/Balances/PendingRowView.swift
@@ -27,8 +27,8 @@ struct PendingRowContentV: View {
totalWidth = totalStr.widthOfString(usingUIFont: uiFont, sizeCategory)
}
- let logStr = String(format: "image: %.2f title: %.2f total: %.2f", imageWidth, max(title1Width, title2Width), totalWidth)
- print(logStr)
+// let logStr = String(format: "image: %.2f title: %.2f total: %.2f", imageWidth, max(title1Width, title2Width), totalWidth)
+// print(logStr)
return imageWidth + (isHorizontal ? totalWidth
: max(title1Width, title2Width))
}