Explorar el Código

Remove spurious logging

tags/v1.1.0
Fen Dweller hace 6 años
padre
commit
9043c7f776
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      units.js

+ 0
- 1
units.js Ver fichero

@@ -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":


Cargando…
Cancelar
Guardar