Skip to content

Commit

Permalink
refactor: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Oct 19, 2023
1 parent 6c94585 commit 4ec9a95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core-sdk/src/offers/mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,6 @@ export class OfferMixin extends BaseCoreSDK {
const [product] = products; // it should be only one
const productOffers = product.variants.map((variant) => variant.offer.id);

// commits per wallet of an offer = num of exchanges of the groupId
// commits per token = num of conditionalCommitLogs with that tokenId
const exchanges = await (this as unknown as ExchangesMixin).getExchanges({
exchangesFilter: {
offer_in: productOffers,
Expand Down

0 comments on commit 4ec9a95

Please sign in to comment.