Remove orphan console.log.

This commit is contained in:
bmauger 2022-06-03 13:29:46 -04:00
parent c5e73db9f1
commit 58c6884c83

View file

@ -45,7 +45,6 @@ export default {
myModalEl.addEventListener('show.bs.modal', function (event) {
self.currentFooterAndHeaderHeight = self.getFooterInfoBoxHeight() + 72;
self.isActive = true;
console.log("scroll!!!");
document.querySelector('.page-container-grouped-styles').scrollTo({
top: 0, behavior: 'smooth'
});