Browse Source

Remove a spurious log statement

master
Fen Dweller 4 years ago
parent
commit
24a8eddcde
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      macrovision.js

+ 0
- 2
macrovision.js View File

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


console.log(choices)

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


Loading…
Cancel
Save