removing debug calls as always
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
ec59cf5538
commit
dc914d9243
2 changed files with 0 additions and 2 deletions
|
@ -658,7 +658,6 @@ async function getModels() {
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
var model = data.sd_model_checkpoint;
|
var model = data.sd_model_checkpoint;
|
||||||
console.log("Current model: " + model);
|
console.log("Current model: " + model);
|
||||||
console.debug((modelAutoComplete.value = model));
|
|
||||||
});
|
});
|
||||||
|
|
||||||
modelAutoComplete.onchange.on(async ({value}) => {
|
modelAutoComplete.onchange.on(async ({value}) => {
|
||||||
|
|
|
@ -253,7 +253,6 @@ function createAutoComplete(name, wrapper, options = {}) {
|
||||||
return this._options;
|
return this._options;
|
||||||
},
|
},
|
||||||
set options(val) {
|
set options(val) {
|
||||||
console.debug(val);
|
|
||||||
this._options = [];
|
this._options = [];
|
||||||
|
|
||||||
while (autocompleteEl.lastChild) {
|
while (autocompleteEl.lastChild) {
|
||||||
|
|
Loading…
Reference in a new issue