mirror of https://github.com/espruino/BangleApps
[rescalc] - Remove console logs and formatting
parent
2f0f5e8dd7
commit
b62d8baf75
|
@ -372,11 +372,8 @@ function drawResistance(resistance, tolerance) {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
console.log("Using colorBands = resistanceToColorBands(resistance, tolerance)" + "\nResistance: " + resistance + "\nTolerance: " + tolerance);
|
||||
colorBands = resistanceToColorBands(resistance, tolerance);
|
||||
}
|
||||
console.log(inputColorBands);
|
||||
console.log(colorBands);
|
||||
drawResistor(colorBands, tolerance);
|
||||
drawResistance(resistance, tolerance);
|
||||
resetSettings();
|
||||
|
|
Loading…
Reference in New Issue