From c3bd8b1a857a37a0614ecbb203f6fef42d070d14 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 3 Feb 2021 07:15:52 +1100 Subject: [PATCH] Remove debug info --- v2/internal/ffenestri/ffenestri_darwin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/v2/internal/ffenestri/ffenestri_darwin.c b/v2/internal/ffenestri/ffenestri_darwin.c index 368b13c23..d8b202ad7 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); }