Skip to content

Commit 50764b5

Browse files
committed
clean: remove console.log
1 parent 2e5df0f commit 50764b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/scrollTo.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ export default function scrollTo(scrollTo, { element }, tooltipLayer) {
3131

3232
const scrollEl = this._introItems[this._currentStep].scrollElRef || this._options.scrollElRef || window;
3333

34-
console.log(scrollEl);
35-
3634
if (top < 0 || element.clientHeight > winHeight) {
3735
scrollEl.scrollBy(
3836
0,

0 commit comments

Comments
 (0)