remove log line

This commit is contained in:
Sj-Si 2024-04-15 13:44:56 -04:00
parent 18c6795f01
commit 116746868d

View file

@ -473,7 +473,6 @@ function extraNetworksRemoveFromPrompt(textarea, text, is_neg) {
res = res.slice(0, idx - sep.length) + res.slice(idx);
}
// Remove separator if it is at beginning of string.
console.log("HERE!:", res);
if (res.startsWith(sep)) {
res = res.slice(sep.length);
}