remove console logs

This commit is contained in:
2023-08-07 16:01:22 +02:00
parent 17b5c05685
commit dab78cd2a1
2 changed files with 0 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ export class GetRandomCardInDeckHandler implements ICommandHandler<GetRandomCard
private async getSmartRandomCard(cards: Array<CardWithGrade>): Promise<CardWithGrade> {
const selectionPool: Array<CardWithGrade> = []
console.log(cards.length)
cards.forEach(card => {
// Calculate the average grade for the card
const averageGrade =