diff --git a/explorer-nextjs/src/components/staking/SubHeaderRowActions.tsx b/explorer-nextjs/src/components/staking/SubHeaderRowActions.tsx index 311084faed..4fe14d3530 100644 --- a/explorer-nextjs/src/components/staking/SubHeaderRowActions.tsx +++ b/explorer-nextjs/src/components/staking/SubHeaderRowActions.tsx @@ -89,8 +89,6 @@ const SubHeaderRowActions = () => { throw new Error("Wallet, client, or delegations not available."); } - console.log("delegations :>> ", delegations); - const messages = delegations.map((delegation: NodeRewardDetails) => ({ contractAddress: NYM_MIXNET_CONTRACT, funds: [],