Clean up debug logging
This commit is contained in:
parent
7bd9ad942e
commit
ee8abccb8a
|
@ -3,6 +3,5 @@ import { useWindowSize } from 'web/hooks/use-window-size'
|
|||
|
||||
export function FullscreenConfetti(props: ConfettiProps) {
|
||||
const { width, height } = useWindowSize()
|
||||
console.log('Width: ', width, 'Height: ', height)
|
||||
return <Confetti {...props} width={width} height={height} />
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user