Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed May 16, 2024
1 parent ae9e832 commit 3287a2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const formatValue = (value: unknown, key?: string): ReactNode => {
};

export default function GenericEvent(props: IProps) {
console.log({ values: props.values });
return (
<div className="flex w-full flex-col gap-4 rounded-lg border border-gray-400 p-4 @container">
{Object.entries(props.values).map(([key, value]) => (
Expand Down

0 comments on commit 3287a2d

Please sign in to comment.