Skip to content

Commit

Permalink
rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Dec 10, 2023
1 parent 21e011a commit f664183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/preact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const BlurredImage:FunctionComponent<BlurProps> = function (props:BlurPro
const placeholder = useRef<HTMLDivElement>(null)

useEffect(() => {
console.log('placeholder', placeholder)
if (!placeholder.current) return

// also start downloading the real image
Expand Down

0 comments on commit f664183

Please sign in to comment.