diff --git a/units.js b/units.js index 4188b68..86ae870 100644 --- a/units.js +++ b/units.js @@ -49,7 +49,6 @@ function fixedIfDecimal(num, fixed) { } function number(value, type="full", fixed) { - console.log(value) var val = parseFloat(value); switch(type) { case "full":