From fef2b58213c52d9a196a5515547305bd2ff83b62 Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 6 Jan 2025 22:06:45 +0100 Subject: [PATCH] commented out a console.log debug statement --- popup/mzta-popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/mzta-popup.js b/popup/mzta-popup.js index 078cfbba..4563cce8 100644 --- a/popup/mzta-popup.js +++ b/popup/mzta-popup.js @@ -262,7 +262,7 @@ async function sendPrompt(prompt_id, tabId){ document.getElementById('mzta_search_input').style.display = 'none'; document.getElementById('mzta_sending_prompt').style.display = 'block'; let response = await browser.runtime.sendMessage({command: "shortcut_do_prompt", tabId: tabId, promptId: prompt_id}); - console.log(">>>>>>>>>>>>>>>>> response: " + JSON.stringify(response)); +// console.log(">>>>>>>>>>>>>>>>> response: " + JSON.stringify(response)); if(response.ok == '1'){ window.close(); }