From 55023ceaca3db3e29a514df0a56fc9ba9753d115 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 2 Feb 2026 12:47:04 -0500 Subject: [PATCH] feature/IO-3534-bill-discrep-coloring: Remove unused console.log --- client/src/components/bill-form/bill-form.component.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/src/components/bill-form/bill-form.component.jsx b/client/src/components/bill-form/bill-form.component.jsx index 14d26570c..51ce7bee1 100644 --- a/client/src/components/bill-form/bill-form.component.jsx +++ b/client/src/components/bill-form/bill-form.component.jsx @@ -378,11 +378,6 @@ export function BillFormComponent({ } if (totals) { - console.log( - "Discrep", - totals.discrepancy.getAmount(), - totals.discrepancy.getAmount() === 0 ? "green" : "red" - ); return ( // TODO: Align is not correct // eslint-disable-next-line react/no-unknown-property