Removed some useless logging

This commit is contained in:
Marcel Otte 2022-03-21 22:50:53 +01:00
parent 59484e9b38
commit 2d798e51a0
1 changed files with 0 additions and 2 deletions

View File

@ -48,11 +48,9 @@ func makeTray(app fyne.App) {
"backive",
fyne.NewMenuItem("open app", func() {
window.Show()
fmt.Println("TrayMenu tapped.")
}),
fyne.NewMenuItem("Hide app", func() {
window.Hide()
fmt.Println("Hide tapped.")
}),
fyne.NewMenuItem("Send note", func() {
app.SendNotification(fyne.NewNotification("Hi", "content stuff"))