From 659c8d0c37a60de899e7dc6a24add84fdaa57838 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 22 Sep 2022 23:19:55 -0700 Subject: [PATCH] removed debug statement from showAbout() --- LunaMac/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/LunaMac/AppDelegate.swift b/LunaMac/AppDelegate.swift index 0762931..76f1507 100644 --- a/LunaMac/AppDelegate.swift +++ b/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