Skip to content

Commit f0c238b

Browse files
committed
Whoops, remove logging that doesn't need to be there
1 parent c814a56 commit f0c238b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SwiftUTCMenuClock/StatusMenuController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class StatusMenuController: NSObject {
3434
let centisecond = calendar.component(.nanosecond, from: now) / 10000000
3535
switch centisecond {
3636
case 0:
37-
NSLog("Updating time")
3837
// We've got a second on the second (approximately). We need to update the time.
3938
// Format the current time into a human-readable string and set the title.
4039
let timeString = formatter.string(from: now)

0 commit comments

Comments
 (0)