feature/IO-3534-bill-discrep-coloring: Remove unused console.log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user