diff --git a/Clocker/Preferences/Menu Bar/StatusContainerView.swift b/Clocker/Preferences/Menu Bar/StatusContainerView.swift index c5508fb..ad61627 100644 --- a/Clocker/Preferences/Menu Bar/StatusContainerView.swift +++ b/Clocker/Preferences/Menu Bar/StatusContainerView.swift @@ -51,7 +51,6 @@ func compactWidth(for timezone: TimezoneData) -> Int { totalWidth += 20 } - print("-- Compact Width is \(totalWidth)") return totalWidth }