--- 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;