removing debug calls as always

Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
Victor Seiji Hariki 2022-12-08 19:04:41 -03:00
parent ec59cf5538
commit dc914d9243
2 changed files with 0 additions and 2 deletions

View file

@ -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}) => {

View file

@ -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) {