5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-09 21:49:56 +08:00

Remove debug info

This commit is contained in:
Lea Anthony 2021-02-03 07:15:52 +11:00
parent e1b7332c47
commit c3bd8b1a85
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

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