Skip to content

Commit

Permalink
Remove console.log in FeedbackComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
jldec committed Jul 15, 2022
1 parent 811ca8e commit 9392116
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function FeedbackComponent(props: {
error_rendered: props.isError ? props.error_rendered : undefined,
};
trackEvent("feedback_submitted", feedbackObj);
console.log("error: ", props.error_rendered.message);
}

setIsFeedbackSubmitted(true);
Expand Down

0 comments on commit 9392116

Please sign in to comment.