Skip to content

Commit

Permalink
fix: remove console.log, fix #6081 (#6085)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode authored Apr 24, 2020
1 parent 8ffc5ac commit dcafea1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function scrollIntoView (id) {
function scrollVertical (top, isAnimation) {
if (isAnimation) {
easeOutScroll(this._scrollTop, top, pos => {
console.log('props.scrollY', this.container, this._scrollTop)
if (this.container) this.container.scrollTop = pos
})
} else {
Expand Down

0 comments on commit dcafea1

Please sign in to comment.