diff --git a/js/mzta-utils.js b/js/mzta-utils.js index 4cf2af8f..d7d28c22 100644 --- a/js/mzta-utils.js +++ b/js/mzta-utils.js @@ -611,7 +611,7 @@ export function getConnectionType(conntype, prompt, use_promptspecific_api = tru if(!use_promptspecific_api) { return conntype; } - console.log(">>>>>>>>>>> getConnectionType conntype: " + conntype + " prompt: " + JSON.stringify(prompt)); + // console.log(">>>>>>>>>>> getConnectionType conntype: " + conntype + " prompt: " + JSON.stringify(prompt)); if (prompt?.api != null && prompt.api !== '') { return prompt.api; } else {