Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Feb 7, 2024
1 parent 69d583a commit ee9cc08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/accounts/AccountsStakingPayoutsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ export class AccountsStakingPayoutsService extends AbstractService {
...eraCommissions[idx],
};
});
console.log(nominatedExposures);
console.log(exposuresWithCommission);

return {
deriveEraExposure,
Expand Down

0 comments on commit ee9cc08

Please sign in to comment.