diff --git a/systray_windows.go b/systray_windows.go index a64ce385..f3ab187e 100644 --- a/systray_windows.go +++ b/systray_windows.go @@ -31,7 +31,6 @@ func nativeLoop(title string, width int, height int) { fail("Unable to create main window", err) } mainWindow.Closing().Attach(func(canceled *bool, reason walk.CloseReason) { - fmt.Println(reason) // don't close app unless we're actually finished actuallyClose := atomic.LoadInt32(&okayToClose) == 1 *canceled = !actuallyClose