mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 21:32:01 -08:00
remove log line
This commit is contained in:
parent
18c6795f01
commit
116746868d
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue