remove console.log
This commit is contained in:
parent
3bd40bb77f
commit
6b5c54c187
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue