Skip to content

Commit

Permalink
chore: removed leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
chapati23 committed Mar 7, 2024
1 parent 70e9b34 commit 02b5417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/proposals-list/proposals-list.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const ProposalsListComponent = ({
});

useProposalStates(data?.proposals);
console.log(data.proposals);

return (
<div className={classNames(styles.wrapper, className)} style={style}>
Expand Down

0 comments on commit 02b5417

Please sign in to comment.