diff --git a/govtool/frontend/src/components/organisms/DashboardCards/DelegateDashboardCard.tsx b/govtool/frontend/src/components/organisms/DashboardCards/DelegateDashboardCard.tsx index c22566d49..555db8ad1 100644 --- a/govtool/frontend/src/components/organisms/DashboardCards/DelegateDashboardCard.tsx +++ b/govtool/frontend/src/components/organisms/DashboardCards/DelegateDashboardCard.tsx @@ -56,8 +56,6 @@ export const DelegateDashboardCard = ({ const ada = correctAdaFormat(votingPower); - console.log(voter.isRegisteredAsSoleVoter); - const cardProps: Partial = (() => { // transaction in progress if (delegateTx && !voter.isRegisteredAsSoleVoter) {