Skip to content

Commit 8a87985

Browse files
committed
feat: rm console statement
1 parent a36581d commit 8a87985

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/DuosFooter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ function DuosFooter() {
1212
const bannerRef = useCallback((node: HTMLDivElement) => {
1313
if (node !== null) {
1414
const banner = node.children[0] as HTMLElement
15-
console.log(banner?.offsetHeight)
1615
setBannerHeight(banner?.offsetHeight ?? 0)
1716
}
1817
}, [])

0 commit comments

Comments
 (0)