Clean up the JS log when the post is scrolled(mobile views)

This commit is contained in:
Cotes Chung 2021-12-30 16:05:24 +08:00
parent e466a643d5
commit c8fd0d728d
2 changed files with 1 additions and 2 deletions

View file

@ -55,7 +55,6 @@ $(function() {
if ((isAnchor || toFootnoteRef) && isMobileViews) {
destOffset -= topbarHeight;
console.log(`[smooth] mobile -= topbar height`);
}
}

File diff suppressed because one or more lines are too long