console.log debug line commented out

This commit is contained in:
Mic 2025-09-10 00:29:00 +02:00
parent 9087be4811
commit ca8d6a32d0

View file

@ -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 {