Skip to content

Commit 55aa03e

Browse files
committed
remove debug code in js
1 parent 7753503 commit 55aa03e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/theme/static/js/gino.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,6 @@ document.addEventListener('DOMContentLoaded', function () {
608608
if (!hash) return;
609609
var target = $('[id="' + hash + '"]');
610610
if (target.length === 0) return;
611-
console.log(parseInt(target.offset().top))
612-
console.log(document.documentElement.scrollTop)
613611
if (parseInt(target.offset().top) !== parseInt(document.documentElement.scrollTop))
614612
return;
615613

0 commit comments

Comments
 (0)