Skip to content

Commit

Permalink
chore: Remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Dec 4, 2024
1 parent 5425fed commit 2310683
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/common/SocialShareListButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ export default function SocialShareListButton({
setAnchorEl(event.currentTarget)
}

React.useEffect(() => {
console.log(url)
}, [url])

const handleClose = () => {
setAnchorEl(null)
}
Expand Down

0 comments on commit 2310683

Please sign in to comment.