From 90dcf8437b4d54a18cb0547e47ef82b4542139a3 Mon Sep 17 00:00:00 2001 From: Guido Kraemer Date: Fri, 16 Jan 2026 12:56:35 +0100 Subject: [PATCH] remove stray console logging --- mzta-background.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mzta-background.js b/mzta-background.js index c06d5c0b..da862ccb 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -995,7 +995,6 @@ function addContextMenuItems() { // Add Context menu: Summarize if(prefs_init.summarize && prefs_init.summarize_context_menu && checkAPIIntegration(prefs_init.connection_type && prefs_init.summarize_use_specific_integration, prefs_init.summarize_connection_type)) { - console.log("adding summarize to context menu") addContextMenu(contextMenuID_Summarize); } }