mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 02:21:11 +08:00
Remove debug info
This commit is contained in:
parent
e1b7332c47
commit
c3bd8b1a85
@ -488,9 +488,7 @@ void DestroyApplication(struct Application *app) {
|
|||||||
|
|
||||||
// Close main window
|
// Close main window
|
||||||
if( app->windowDelegate != NULL ) {
|
if( app->windowDelegate != NULL ) {
|
||||||
printf("\n\n\n\nReleasing window delegate\n\n\n\n\n");
|
|
||||||
msg(app->windowDelegate, s("release"));
|
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);
|
msg(app->mainWindow, s("setDelegate:"), NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user