From f57b8553377ca26850eaf38b2eef09b248c669da Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 8 Dec 2025 16:22:45 +0100 Subject: [PATCH] debug console.log statement commented --- js/mzta-menus.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/mzta-menus.js b/js/mzta-menus.js index 0ecec436..241daebe 100644 --- a/js/mzta-menus.js +++ b/js/mzta-menus.js @@ -215,9 +215,9 @@ export class mzta_Menus { let all_tags_list = tags_full_list[1]; // COMMENTED TO DO TESTS // tags_current_email = "recipients, TEST, home, work, CAR, light"; - console.log(">>>>>>>>>>>>> curr_prompt: " + JSON.stringify(curr_prompt)); - console.log(">>>>>>>>>>>>>> prefs_at.connection_type: " + JSON.stringify(prefs_at.connection_type)); - console.log(">>>>>>>>>>>>>> def_conntype: " + JSON.stringify(def_conntype)); + // console.log(">>>>>>>>>>>>> curr_prompt: " + JSON.stringify(curr_prompt)); + // console.log(">>>>>>>>>>>>>> prefs_at.connection_type: " + JSON.stringify(prefs_at.connection_type)); + // console.log(">>>>>>>>>>>>>> def_conntype: " + JSON.stringify(def_conntype)); let cmd_addTags = new mzta_specialCommand({ prompt: fullPrompt, llm: def_conntype,