Explorar el Código

Remove a spurious log statement

master
Fen Dweller hace 4 años
padre
commit
24a8eddcde
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      macrovision.js

+ 0
- 2
macrovision.js Ver fichero

@@ -606,8 +606,6 @@ function pickUnit() {
return [unit, value]
})

console.log(choices)

heightSelect.value = choices.sort((a, b) => {
return a[1] - b[1]
})[0][0]


Cargando…
Cancelar
Guardar