Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Oct 15, 2024
1 parent fe1b92e commit 46eaeee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion centrifuge-app/src/components/IssuerSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ export const PoolAnalysis = ({ metadata, inverted }: IssuerSectionProps & { inve
// Not sure why some pools have N/A, it should be empty but this is a fix for those pools in the meantime
const isEmpty = report?.author.name === 'N/A'

console.log(report)
return report?.author?.name || report?.author?.title ? (
isEmpty ? null : (
<Stack gap={1}>
Expand Down

0 comments on commit 46eaeee

Please sign in to comment.