Remove debug info

This commit is contained in:
Lea Anthony
2021-02-03 07:15:52 +11:00
parent e1b7332c47
commit c3bd8b1a85

View File

@@ -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);
}