File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,17 @@ import AppKit
22
33final class AppDelegate : NSResponder , NSApplicationDelegate {
44 override init ( ) {
5- debugPrint ( " Swift: AppDelegate.init() " )
65 super. init ( )
76 }
87
98 deinit {
10- debugPrint ( " Swift: AppDelegate.deinit " )
119 }
1210
1311 required init ? ( coder aCoder: NSCoder ) {
1412 fatalError ( " Swift: init(coder:) not implemented! " )
1513 }
1614
1715 func applicationDidFinishLaunching( _ notification: Notification ) {
18- debugPrint ( " Swift: applicationDidFinishLaunching(_) " )
1916 }
2017
2118 func applicationShouldTerminate( _ sender: NSApplication ) -> NSApplication . TerminateReply {
@@ -39,7 +36,6 @@ public func processEvents() {
3936}
4037
4138public func initCocoaProcess( ) {
42- debugPrint ( " Swift: initCocoaProcess() " )
4339 let app = NSApplication . shared
4440
4541 if app. delegate == nil {
You can’t perform that action at this time.
0 commit comments