Browse Source

removed debug statement from showAbout()

master
Claire 2 years ago
parent
commit
659c8d0c37
  1. 1
      LunaMac/AppDelegate.swift

1
LunaMac/AppDelegate.swift

@ -141,7 +141,6 @@ class AppDelegate: NSObject, NSApplicationDelegate {
@objc func showAbout() {
let aboutWin = NSWindowController(windowNibName: "InfoBox")
aboutWin.loadWindow()
print("load window")
}
// update menu bar icon

Loading…
Cancel
Save