remove console.log

master
ruocaled 3 years ago committed by AUTOMATIC1111
parent 3bd40bb77f
commit 6b5c54c187

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

Loading…
Cancel
Save