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) }