Skip to content

Commit

Permalink
Remove console.log statement in staking.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatales committed Feb 2, 2024
1 parent f53f894 commit ab6ac2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/staking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,6 @@ const Staking = () => {
setCoreEraStakeInfo(uniqueCoreEraStakeInfo);
}, [selectedAccount, stakingCores, rewardsCoreClaimedQuery.fetching, rewardsCoreClaimedQuery.data]);

useEffect(() => {
console.log('unclaimedEras', unclaimedEras);
}, [unclaimedEras]);

return (
<div className="mx-auto w-full flex max-w-7xl flex-col justify-between p-4 sm:px-6 lg:px-8 mt-14 md:mt-0 gap-3">
<div className="flex flex-col md:flex-row justify-between items-start md:items-center">
Expand Down

0 comments on commit ab6ac2c

Please sign in to comment.