Ver código fonte

Remove spurious logging

tags/v1.1.0
Fen Dweller 6 anos atrás
pai
commit
9043c7f776
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      units.js

+ 0
- 1
units.js Ver arquivo

@@ -49,7 +49,6 @@ function fixedIfDecimal(num, fixed) {
} }


function number(value, type="full", fixed) { function number(value, type="full", fixed) {
console.log(value)
var val = parseFloat(value); var val = parseFloat(value);
switch(type) { switch(type) {
case "full": case "full":


Carregando…
Cancelar
Salvar