Skip to content

Commit b14f371

Browse files
committed
remove errant console.log
1 parent e8565da commit b14f371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontends/ol-components/src/components/LearningResourceExpanded/DifferingRunsTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ const DifferingRunsTable: React.FC<{ resource: LearningResource }> = ({
8888
}
8989
}
9090
const distinctPrices = [...new Set(prices.map((p) => p.amount).flat())]
91-
console.log(distinctPrices)
9291
const distinctDeliveryMethods = [
9392
...new Set(deliveryMethods.flat().map((dm) => dm?.code)),
9493
]

0 commit comments

Comments
 (0)