Merge pull request #1357 from Safelite/BRM-remove-console-log
Remove console.log.
This commit is contained in:
commit
4e05069f5d
1 changed files with 0 additions and 1 deletions
|
|
@ -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" });
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue