From 0d9d13bf314253b52fbf3d855813298d39776e6e Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 5 Jan 2025 15:22:18 -0300 Subject: [PATCH] refactor(transactions:action-bar): remove debug log --- app/templates/cotton/ui/transactions_action_bar.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/cotton/ui/transactions_action_bar.html b/app/templates/cotton/ui/transactions_action_bar.html index 0125a1f..f233264 100644 --- a/app/templates/cotton/ui/transactions_action_bar.html +++ b/app/templates/cotton/ui/transactions_action_bar.html @@ -111,7 +111,6 @@ put realTotal.toLocaleString(undefined, {minimumFractionDigits: 0, maximumFractionDigits: 40}) into #calc-menu-real-total's innerText set flatTotal to flatTotal / 100 put flatTotal.toLocaleString(undefined, {minimumFractionDigits: 0, maximumFractionDigits: 40}) into #calc-menu-flat-total's innerText - log amountValues put Math.max.apply(Math, amountValues) into #calc-menu-max's innerText put Math.min.apply(Math, amountValues) into #calc-menu-min's innerText put flatTotal / amountValues.length into #calc-menu-mean's innerText