added a few logs lines

This commit is contained in:
Mic 2025-04-16 23:59:00 +02:00
parent e1ad9d9c5d
commit 173cbf8ad0

View file

@ -408,7 +408,7 @@ export async function getSpecialPrompts(){
updatedPrompts.push(newPrompt);
}
});
// console.log(">>>>>>>>>>>>> getSpecialPrompts updatedPrompts: " + JSON.stringify(updatedPrompts));
if (updatedPrompts.length !== prefs._special_prompts.length) {
await browser.storage.local.set({ _special_prompts: updatedPrompts });
}