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) {