ui/cocoa/toolkit.m

changeset 1144
6e9da0736c33
parent 1143
218ada0d4017
child 1146
35e098a663a7
--- a/ui/cocoa/toolkit.m	Wed May 27 15:04:53 2026 +0200
+++ b/ui/cocoa/toolkit.m	Wed May 27 15:16:32 2026 +0200
@@ -76,11 +76,6 @@
     
     app_delegate = [[AppDelegate alloc] init];
     
-    if(app.delegate != nil) {
-        printf("app delegate exists\n");
-    } else {
-        printf("app delegate is null\n");
-    }
     fflush(stdout);
     app.delegate = app_delegate;
     

mercurial