Skip to content

Commit

Permalink
chore: rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Jan 25, 2024
1 parent 94242ce commit 332b8ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FeedbackWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const FeedbackWidget = () => {
}, [asPath])

const handleClose = (): void => {
console.log("HANDLE CLOSE TRIGGERED")
onClose()
trackCustomEvent({
eventCategory: `FeedbackWidget toggled`,
Expand Down

0 comments on commit 332b8ef

Please sign in to comment.