From ca8d6a32d085570426bb50e24d1f424419d08f04 Mon Sep 17 00:00:00 2001 From: Mic Date: Wed, 10 Sep 2025 00:29:00 +0200 Subject: [PATCH] console.log debug line commented out --- js/mzta-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {