mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-23 18:01:16 +01:00
Merge pull request #25
refactor(transactions:action-bar): remove debug log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user