Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2025-09-10 09:08:14 -05:00
parent 30cdf18342
commit 6ea6a13469

View File

@ -74,8 +74,6 @@ struct TimeDisplayView: View {
showSeconds: showSeconds
)
// DEBUG: Print font size and container size
let _ = print("DEBUG: Container: \(containerSize), Font: \(baseFontSize), Stretched: \(stretched)")
// Time components
let hour = use24Hour ? Self.hour24DF.string(from: date) : Self.hour12DF.string(from: date)