Remove leftover console.logs from tocify edits

This commit is contained in:
Robert Lord 2014-04-21 11:56:00 -04:00
parent 75869a561f
commit 6d73ffb052

View file

@ -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