From 57899b0160385c53df4e43ef2fd12492e0dffb77 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Wed, 6 Dec 2023 20:21:26 -0500 Subject: Reimbursements --- src/lib/balances.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/balances.ts') diff --git a/src/lib/balances.ts b/src/lib/balances.ts index 54dea00..a53bd01 100644 --- a/src/lib/balances.ts +++ b/src/lib/balances.ts @@ -54,7 +54,6 @@ export function getSuggestedReimbursements( ([participantId, { total }]) => ({ participantId, total }), ) balancesArray.sort((b1, b2) => b2.total - b1.total) - console.log(balancesArray) const reimbursements: Reimbursement[] = [] while (balancesArray.length > 1) { const first = balancesArray[0] -- cgit v1.3