From 6cbe79d1cd95b5980d45095846ec6af13a908520 Mon Sep 17 00:00:00 2001 From: Dave MacLachlan Date: Wed, 16 Jul 2025 14:22:12 -0700 Subject: [PATCH] Get rid of unneeded NSLog call. --- Samra/AppDelegate.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Samra/AppDelegate.swift b/Samra/AppDelegate.swift index 5ea62c9..de0e716 100644 --- a/Samra/AppDelegate.swift +++ b/Samra/AppDelegate.swift @@ -27,9 +27,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { } func applicationDidFinishLaunching(_ aNotification: Notification) { - // Insert code here to initialize your application - NSLog("I crash through glass ceilings, I break through closed doors.") - + // Insert code here to initialize your application if Preferences.showWelcomeVCOnLaunch { WindowController(kind: .welcome).showWindow(self) }