Skip to content

Commit 9090002

Browse files
committed
Remove console.log. Thanks, @Daijobou!
1 parent 6905213 commit 9090002

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jquery.smooth-scroll.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@
231231
var aniProps = {};
232232
var aniOpts = {};
233233

234-
console.log(explicitOffset);
235-
236234
if (explicitOffset.px) {
237235
opts = $.extend({link: null}, $.fn.smoothScroll.defaults, optionOverrides);
238236
} else {

0 commit comments

Comments
 (0)