Skip to content

Commit

Permalink
clean: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
clemdesign committed Feb 16, 2023
1 parent 2e5df0f commit 50764b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/scrollTo.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export default function scrollTo(scrollTo, { element }, tooltipLayer) {

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

console.log(scrollEl);

if (top < 0 || element.clientHeight > winHeight) {
scrollEl.scrollBy(
0,
Expand Down

0 comments on commit 50764b5

Please sign in to comment.