Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
30cdf18342
commit
6ea6a13469
@ -74,8 +74,6 @@ struct TimeDisplayView: View {
|
|||||||
showSeconds: showSeconds
|
showSeconds: showSeconds
|
||||||
)
|
)
|
||||||
|
|
||||||
// DEBUG: Print font size and container size
|
|
||||||
let _ = print("DEBUG: Container: \(containerSize), Font: \(baseFontSize), Stretched: \(stretched)")
|
|
||||||
|
|
||||||
// Time components
|
// Time components
|
||||||
let hour = use24Hour ? Self.hour24DF.string(from: date) : Self.hour12DF.string(from: date)
|
let hour = use24Hour ? Self.hour24DF.string(from: date) : Self.hour12DF.string(from: date)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user