Skip to content

Commit

Permalink
Remove unnecessary console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatales committed Feb 10, 2024
1 parent 688f16f commit 6f70eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/staking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ const Staking = () => {
reexecuteQuery({ requestPolicy: 'network-only' });
setClaimAllSuccess(false);
}, [claimAllSuccess, reexecuteQuery]);
console.log('disableClaiming', disableClaiming);

const handleClaimRewards = useCallback(async () => {
if (disableClaiming || !selectedAccount || !unclaimedEras || !currentStakingEra) return;

Expand Down

0 comments on commit 6f70eb8

Please sign in to comment.