Przeglądaj źródła

Remove spurious logging

tags/v1.1.0
Fen Dweller 6 lat temu
rodzic
commit
9043c7f776
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      units.js

+ 0
- 1
units.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz