console.log line commented out
This commit is contained in:
parent
abe11457e6
commit
c447ff2ab7
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ messenger.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
||||||
}
|
}
|
||||||
//console.log('reply_type: ' + prefs.reply_type);
|
//console.log('reply_type: ' + prefs.reply_type);
|
||||||
let replyType = 'replyToAll';
|
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 === "") {
|
if (typeof message.replyType === "undefined" || message.replyType === null || message.replyType === "") {
|
||||||
message.replyType = prefs.reply_type;
|
message.replyType = prefs.reply_type;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue