added a commented out console.log debug line
This commit is contained in:
parent
272dc59f00
commit
cc7b8d1640
1 changed files with 2 additions and 0 deletions
|
|
@ -213,6 +213,8 @@ if (worker) {
|
||||||
version_string: prefs_api[`${integration_prefix}_version`],
|
version_string: prefs_api[`${integration_prefix}_version`],
|
||||||
additional_messages: additional_text_elements
|
additional_messages: additional_text_elements
|
||||||
}), "info");
|
}), "info");
|
||||||
|
|
||||||
|
//console.log(`>>>>>>>>>>>>> command: ${llm}_ready_${call_id}`,)
|
||||||
|
|
||||||
browser.runtime.sendMessage({
|
browser.runtime.sendMessage({
|
||||||
command: `${llm}_ready_${call_id}`,
|
command: `${llm}_ready_${call_id}`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue