From c447ff2ab7293b6d43422480959ccc2262ab7dc8 Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 12 Jun 2025 23:20:00 +0200 Subject: [PATCH] console.log 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 b66dd7c4..8ae9d156 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -222,7 +222,7 @@ messenger.runtime.onMessage.addListener((message, sender, sendResponse) => { } //console.log('reply_type: ' + prefs.reply_type); let replyType = 'replyToAll'; - console.log(">>>>>>>>>>> chatgpt_replyMessage replyType: " + message.replyType); + // console.log(">>>>>>>>>>> chatgpt_replyMessage replyType: " + message.replyType); if (typeof message.replyType === "undefined" || message.replyType === null || message.replyType === "") { message.replyType = prefs.reply_type; }