Browse Source

Removing print statement.

pull/92/head
Abhishek 5 years ago
parent
commit
d4c299d313
  1. 1
      Clocker/Preferences/OneWindowController.swift

1
Clocker/Preferences/OneWindowController.swift

@ -24,7 +24,6 @@ class CenteredTabViewController: NSTabViewController {
// Setup localized tab labels
tabViewItems.forEach { item in
if let identifier = item.identifier as? String {
print(identifier)
item.label = NSLocalizedString(identifier, comment: "Tab View Item Label for \(identifier)")
}
}

Loading…
Cancel
Save