Skip to content

Commit b5182ad

Browse files
committed
console.log削除
1 parent d63ae2d commit b5182ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/[docs_id]/pageContent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export function PageContent(props: PageContentProps) {
5959
for (let i = 0; i < sectionRefs.current.length; i++) {
6060
if (sectionRefs.current.at(i) && dynMdContent.at(i)) {
6161
const rect = sectionRefs.current.at(i)!.getBoundingClientRect();
62-
console.log(i, rect);
6362
dynMdContent.at(i)!.inView =
6463
rect.top < window.innerHeight * 0.9 &&
6564
rect.bottom >= window.innerHeight * 0.1;

0 commit comments

Comments
 (0)