diff --git a/v2/internal/ffenestri/ffenestri_client.go b/v2/internal/ffenestri/ffenestri_client.go index 60278be48..41089e561 100644 --- a/v2/internal/ffenestri/ffenestri_client.go +++ b/v2/internal/ffenestri/ffenestri_client.go @@ -13,7 +13,6 @@ import "C" import ( "encoding/json" - "fmt" "github.com/wailsapp/wails/v2/pkg/menu" "strconv" @@ -198,7 +197,6 @@ func (c *Client) UpdateContextMenus(contextMenus *menu.ContextMenus) { } // Process the menu contextMenusJSON, err := json.Marshal(contextMenus) - fmt.Printf("\n\nUPDATED CONTEXT MENUS:\n %+v\n\n", string(contextMenusJSON)) if err != nil { c.app.logger.Error("Error processing updated Context Menus: %s", err.Error()) return