Sfoglia il codice sorgente

Remove spurious logging

tags/v1.1.0
Fen Dweller 6 anni fa
parent
commit
9043c7f776
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      units.js

+ 0
- 1
units.js Vedi File

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


Loading…
Annulla
Salva