Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Nov 6, 2024
1 parent 8382f35 commit 250c193
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ export const useMigrate = (stakingProgramId: StakingProgramId) => {
const { isServiceStaked, isServiceStakedForMinimumDuration } =
useActiveStakingContractInfo();

console.log({
isServiceStaked,
isServiceStakedForMinimumDuration,
});

const { stakingContractInfo, hasEnoughServiceSlots } =
useStakingContractInfo(stakingProgramId);

Expand Down

0 comments on commit 250c193

Please sign in to comment.