remove console.log

This commit is contained in:
ruocaled 2022-10-14 11:06:38 -07:00 committed by AUTOMATIC1111
parent 3bd40bb77f
commit 6b5c54c187

View file

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