mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 23:01:35 +00:00
Remove leftover console.logs from tocify edits
This commit is contained in:
parent
75869a561f
commit
6d73ffb052
1 changed files with 0 additions and 2 deletions
|
|
@ -595,9 +595,7 @@
|
||||||
// Reset height cache on scroll
|
// Reset height cache on scroll
|
||||||
|
|
||||||
$(window).on('resize', function() {
|
$(window).on('resize', function() {
|
||||||
console.log("resizing" + self.cachedHeights);
|
|
||||||
self.calculateHeights();
|
self.calculateHeights();
|
||||||
console.log("done" + self.cachedHeights);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Window scroll event handler
|
// Window scroll event handler
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue