We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c814a56 commit f0c238bCopy full SHA for f0c238b
1 file changed
SwiftUTCMenuClock/StatusMenuController.swift
@@ -34,7 +34,6 @@ class StatusMenuController: NSObject {
34
let centisecond = calendar.component(.nanosecond, from: now) / 10000000
35
switch centisecond {
36
case 0:
37
- NSLog("Updating time")
38
// We've got a second on the second (approximately). We need to update the time.
39
// Format the current time into a human-readable string and set the title.
40
let timeString = formatter.string(from: now)
0 commit comments