diff --git a/source/javascripts/lib/jquery.tocify.js b/source/javascripts/lib/jquery.tocify.js index a48d8be..ac16993 100644 --- a/source/javascripts/lib/jquery.tocify.js +++ b/source/javascripts/lib/jquery.tocify.js @@ -595,9 +595,7 @@ // Reset height cache on scroll $(window).on('resize', function() { - console.log("resizing" + self.cachedHeights); self.calculateHeights(); - console.log("done" + self.cachedHeights); }); // Window scroll event handler