diff --git a/v2/internal/ffenestri/ffenestri_darwin.c b/v2/internal/ffenestri/ffenestri_darwin.c index 368b13c2..d8b202ad 100644 --- a/v2/internal/ffenestri/ffenestri_darwin.c +++ b/v2/internal/ffenestri/ffenestri_darwin.c @@ -488,9 +488,7 @@ void DestroyApplication(struct Application *app) { // Close main window if( app->windowDelegate != NULL ) { - printf("\n\n\n\nReleasing window delegate\n\n\n\n\n"); msg(app->windowDelegate, s("release")); - printf("\n\n\n\n\nRemoving window delegate\n\n\n\n\n\n\n"); msg(app->mainWindow, s("setDelegate:"), NULL); }