feature/IO-3534-bill-discrep-coloring: Remove unused console.log

This commit is contained in:
Dave
2026-02-02 12:47:04 -05:00
parent 28a41f7637
commit 55023ceaca

View File

@@ -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