Browse Source

Remove unneccesary console logging!

pull/101/head
Abhishek 4 years ago
parent
commit
418c58daf8
  1. 1
      Clocker/Preferences/Menu Bar/StatusContainerView.swift

1
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
}

Loading…
Cancel
Save