Skip to content

Commit

Permalink
refactor(cleanup): remove conosle output
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 20, 2024
1 parent de07850 commit e0461ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2265,8 +2265,7 @@ export class OrderingService
return item;
}
);

console.log('Valids:', valids);

const evaluated = valids.length ? await this.fulfillment_service.evaluate(
{
items: valids.map(item => item.payload),
Expand Down

0 comments on commit e0461ab

Please sign in to comment.