Skip to content

Commit

Permalink
chore: remove stray log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored and Sergey Zhuravlev committed Aug 9, 2024
1 parent 6c9b222 commit f9bed4f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export const ProposerName = ({ referendum }: Props) => {

const proposerLoader = isProposerLoading ? <Shimmering height={18} width={70} /> : null;

console.log('proposerName', proposerName);

if (!proposerName && !proposerLoader) return null;

return (
Expand Down

0 comments on commit f9bed4f

Please sign in to comment.