From cc7b8d164096bc3d3c5b4a89c712747a1494d769 Mon Sep 17 00:00:00 2001 From: Mic Date: Tue, 20 Jan 2026 13:37:20 +0100 Subject: [PATCH] added a commented out console.log debug line --- api_webchat/controller.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api_webchat/controller.js b/api_webchat/controller.js index 6dec60df..8b722a25 100644 --- a/api_webchat/controller.js +++ b/api_webchat/controller.js @@ -213,6 +213,8 @@ if (worker) { version_string: prefs_api[`${integration_prefix}_version`], additional_messages: additional_text_elements }), "info"); + + //console.log(`>>>>>>>>>>>>> command: ${llm}_ready_${call_id}`,) browser.runtime.sendMessage({ command: `${llm}_ready_${call_id}`,