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