Skip to content

Commit 6d73ffb

Browse files
committed
Remove leftover console.logs from tocify edits
1 parent 75869a5 commit 6d73ffb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/javascripts/lib/jquery.tocify.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,7 @@
595595
// Reset height cache on scroll
596596

597597
$(window).on('resize', function() {
598-
console.log("resizing" + self.cachedHeights);
599598
self.calculateHeights();
600-
console.log("done" + self.cachedHeights);
601599
});
602600

603601
// Window scroll event handler

0 commit comments

Comments
 (0)