console.log line commented out

This commit is contained in:
Mic 2025-06-12 23:20:00 +02:00
parent abe11457e6
commit c447ff2ab7

View file

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