From bbecf14587d0a4621c7ace972b00a4a1e863bc8b Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 14 Sep 2025 23:00:52 +0200 Subject: [PATCH] console.log debug line commented out --- mzta-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mzta-background.js b/mzta-background.js index c09fff06..7d94151c 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -951,7 +951,7 @@ function addContextMenu(menu_id) { icons: contextMenuIconsPath[menu_id], }); taLog.log("Context menu added: " + menu_id); - console.log(">>>>>>> contextMenuIconsPath[menu_id]: " + contextMenuIconsPath[menu_id]); + // console.log(">>>>>>> contextMenuIconsPath[menu_id]: " + contextMenuIconsPath[menu_id]); } function removeContextMenu(menu_id) {