diff options
author | ruocaled <ruocaled@gmail.com> | 2022-10-14 18:06:38 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-15 06:32:01 +0000 |
commit | 6b5c54c187796900bf677c8c14b62a166eb53b24 (patch) | |
tree | b5b0630d3a2e3215ef99ac1c70cd76dc73e8aa8c /javascript/progressbar.js | |
parent | 3bd40bb77ff274f2a09efa07b759eebf6dc40b58 (diff) | |
download | stable-diffusion-webui-gfx803-6b5c54c187796900bf677c8c14b62a166eb53b24.tar.gz stable-diffusion-webui-gfx803-6b5c54c187796900bf677c8c14b62a166eb53b24.tar.bz2 stable-diffusion-webui-gfx803-6b5c54c187796900bf677c8c14b62a166eb53b24.zip |
remove console.log
Diffstat (limited to 'javascript/progressbar.js')
-rw-r--r-- | javascript/progressbar.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/javascript/progressbar.js b/javascript/progressbar.js index 4994b476..b4925e99 100644 --- a/javascript/progressbar.js +++ b/javascript/progressbar.js @@ -71,7 +71,6 @@ function check_gallery(id_gallery){ if (galleryButtons.length === 1 && !galleryBtnSelected) { //automatically open when there is only 1 gallery btn, and was previously selected galleryButtons[0].click(); - console.log('clicked'); } }) galleryObservers[id_gallery].observe( gallery, { childList:true, subtree:false }) |