debug console.log statement commented
This commit is contained in:
parent
10088cfdad
commit
f57b855337
1 changed files with 3 additions and 3 deletions
|
|
@ -215,9 +215,9 @@ export class mzta_Menus {
|
||||||
let all_tags_list = tags_full_list[1];
|
let all_tags_list = tags_full_list[1];
|
||||||
// COMMENTED TO DO TESTS
|
// COMMENTED TO DO TESTS
|
||||||
// tags_current_email = "recipients, TEST, home, work, CAR, light";
|
// tags_current_email = "recipients, TEST, home, work, CAR, light";
|
||||||
console.log(">>>>>>>>>>>>> curr_prompt: " + JSON.stringify(curr_prompt));
|
// console.log(">>>>>>>>>>>>> curr_prompt: " + JSON.stringify(curr_prompt));
|
||||||
console.log(">>>>>>>>>>>>>> prefs_at.connection_type: " + JSON.stringify(prefs_at.connection_type));
|
// console.log(">>>>>>>>>>>>>> prefs_at.connection_type: " + JSON.stringify(prefs_at.connection_type));
|
||||||
console.log(">>>>>>>>>>>>>> def_conntype: " + JSON.stringify(def_conntype));
|
// console.log(">>>>>>>>>>>>>> def_conntype: " + JSON.stringify(def_conntype));
|
||||||
let cmd_addTags = new mzta_specialCommand({
|
let cmd_addTags = new mzta_specialCommand({
|
||||||
prompt: fullPrompt,
|
prompt: fullPrompt,
|
||||||
llm: def_conntype,
|
llm: def_conntype,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue