Skip to content

Commit 884a98f

Browse files
committed
chore: removed commented out code
1 parent 4ed5325 commit 884a98f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/headroom/validation.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ const timingFunctions = [
1010
]
1111

1212
export default function validate({ duration, easing, tolerance, offsetTop, offsetBottom }) {
13-
// if (typeof offset !== "number")
14-
// warn("The `offset` prop is not a number: ", offset)
1513
if (typeof tolerance !== "number")
1614
warn("The `tolerance` prop is not a number: ", tolerance)
1715
if (typeof offsetTop !== "number")

0 commit comments

Comments
 (0)