console.log debug line commented out
This commit is contained in:
parent
9087be4811
commit
ca8d6a32d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue