diff --git a/js/index.js b/js/index.js index 6cc7126..75cae92 100644 --- a/js/index.js +++ b/js/index.js @@ -658,7 +658,6 @@ async function getModels() { .then((data) => { var model = data.sd_model_checkpoint; console.log("Current model: " + model); - console.debug((modelAutoComplete.value = model)); }); modelAutoComplete.onchange.on(async ({value}) => { diff --git a/js/lib/ui.js b/js/lib/ui.js index a039067..bbb3f3a 100644 --- a/js/lib/ui.js +++ b/js/lib/ui.js @@ -253,7 +253,6 @@ function createAutoComplete(name, wrapper, options = {}) { return this._options; }, set options(val) { - console.debug(val); this._options = []; while (autocompleteEl.lastChild) {