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; }