Skip to content

Commit bc17cfd

Browse files
committed
remove forgotten console.log (closes #10)
1 parent 921dba6 commit bc17cfd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/core/core.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ function getTargetElement(this: ScrollToSmooth, el: Element): Element | null {
7272
if (this.settings.topOnEmptyHash && targetSelector == '#') {
7373
return this.container as Element;
7474
}
75-
76-
console.log(targetSelector, validateSelector(targetSelector, this.container));
7775

7876
return ( validateSelector(targetSelector, this.container) ) ? _$(targetSelector, this.container as HTMLElement) : null;
7977

0 commit comments

Comments
 (0)