Merge pull request #1357 from Safelite/BRM-remove-console-log

Remove console.log.
This commit is contained in:
bmauger 2023-09-22 13:09:56 -04:00 committed by GitHub
commit 4e05069f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,6 @@ export default {
container.scrollTo({ top: 0, left: 0, behavior: "smooth" });
},
scrollToPageBottom() {
console.log("scroll to bottom");
const container = document.getElementsByClassName("page-container-grouped-styles")[0];
container.scrollTo({ top: container.scrollHeight, left: 0, behavior: "smooth" });
},