From 719f4b51135fd727594bb4f706f15649bb3aefbe Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 21 Dec 2020 07:19:20 +1100 Subject: [PATCH] Remove debug output --- v2/internal/ffenestri/ffenestri_client.go | 2 -- 1 file changed, 2 deletions(-) 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