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) {
|
if(!use_promptspecific_api) {
|
||||||
return conntype;
|
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 !== '') {
|
if (prompt?.api != null && prompt.api !== '') {
|
||||||
return prompt.api;
|
return prompt.api;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue