Skip to content

Commit 14a95d7

Browse files
committed
delete: console.log 제거
1 parent 36f00fa commit 14a95d7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/post/sticky-post-header.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ export function StickyPostHeader({ title, onBack }: StickyPostHeaderProps) {
1717
);
1818
const sentinelRef = useRef<HTMLDivElement>(null);
1919

20-
console.log(progress);
21-
2220
const getScrollWrapper = useCallback(() => {
2321
return document.getElementById("content-wrapper");
2422
}, []);

0 commit comments

Comments
 (0)