Skip to content

Commit 09e5056

Browse files
fix(util): added offset to the smooth-scroll util
1 parent e78e94e commit 09e5056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/utilities/src/utilities/smoothScroll/smoothScroll.js

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const smoothScroll = (e, selector) => {
3939
window.scrollY,
4040
behavior: 'smooth',
4141
});
42-
console.log('smooth');
4342
};
4443

4544
export default smoothScroll;

0 commit comments

Comments
 (0)