diff --git a/themes/heo/components/Catalog.js b/themes/heo/components/Catalog.js index d1ce700d..81ea8d1a 100644 --- a/themes/heo/components/Catalog.js +++ b/themes/heo/components/Catalog.js @@ -28,7 +28,6 @@ const Catalog = ({ toc }) => { const [activeSection, setActiveSection] = useState(null) const actionSectionScrollSpy = useCallback(throttle(() => { - console.log('目录') const sections = document.getElementsByClassName('notion-h') let prevBBox = null let currentSectionId = activeSection